Html Css Color HEX #D539C5 Fuchsia

📋 copy color: '#D539C5'

red 213 ◦ green 57 ◦ blue 197

#D539C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D539C5

Tints of Fuchsia #D539C5

RGB

 RED value IS 213 (83.59% from 255) = 45.61%

 GREEN value IS 57 (22.66% from 255) = 12.21%

 BLUE value IS 197 (77.34% from 255) = 42.18%

R = 45.61%
G = 12.21%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D539C5 (or 0xD539C5) is known color: Fuchsia. HEX triplet: D5, 39 and C5. RGB value is (213,57,197). Sum of RGB (Red+Green+Blue) = 213+57+197=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 57 (22.66% from 255 or 12.21% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D539C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539C5 is #2AC63A. Grayscale: #777777. Windows color (decimal): -2803259 or 12925397. OLE color: 12925397.

HSL color Cylindrical-coordinate representation of color #D539C5: hue angle of 306.15º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D539C5 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 197 -
CMYK 0 0.73 0.08 0.16
HSL 306.15º 0.65% 0.53% -
HSV(B) 306.15º 0.73% 0.84% -
XYZ 38.98 21.1 54.84 -
YUV 119.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 213 57 197 0 0.73 0.08 0.16 306.15 0.65 0.53
Hex D5 39 C5 0 49 8 10 132 41 35
Octal 325 71 305 0 111 10 20 462 101 65
Binary 11010101 111001 11000101 0 1001001 1000 10000 100110010 1000001 110101

Color Harmonies of #D539C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D539C5

Black with #D539C5

Text Example


Text Example

White with #D539C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D539C5; }

 p { color: rgb(213,57,197); }

 H1.HeaderClassName
 {
   color: #D539C5;
 }
 .AnyTagClassName
 {
   color: #D539C5;
 }
</style>

background-color css

<style>
 a { background-color: #D539C5; }

 a { background-color: rgb(213,57,197); }

 div.DivClassName
 {
   background-color: #D539C5;
 }
 .BgClassName
 {
   background-color: #D539C5;
 }
</style>

border-color css

<style>
 span { border-color: #D539C5; }

 span { border-color: rgb(213,57,197); }

 td.TdClassName
 {
   border-color: #D539C5;
 }
 .TagClassName
 {
   border-color: #D539C5;
 }
</style>