Html Css Color HEX #D539C7 Fuchsia

📋 copy color: '#D539C7'

red 213 ◦ green 57 ◦ blue 199

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

Shades of Fuchsia #D539C7

Tints of Fuchsia #D539C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.43%

R = 45.42%
G = 12.15%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D539C7 (or 0xD539C7) is known color: Fuchsia. HEX triplet: D5, 39 and C7. RGB value is (213,57,199). Sum of RGB (Red+Green+Blue) = 213+57+199=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D539C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539C7 is #2AC638. Grayscale: #777777. Windows color (decimal): -2803257 or 13056469. OLE color: 13056469.

HSL color Cylindrical-coordinate representation of color #D539C7: hue angle of 305.38º 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 #D539C7 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 199 -
CMYK 0 0.73 0.07 0.16
HSL 305.38º 0.65% 0.53% -
HSV(B) 305.38º 0.73% 0.84% -
XYZ 39.21 21.2 56.06 -
YUV 119.83 172.68 194.45 -
System Red Green Blue C M Y K H S L
Decimal 213 57 199 0 0.73 0.07 0.16 305.38 0.65 0.53
Hex D5 39 C7 0 49 7 10 131 41 35
Octal 325 71 307 0 111 7 20 461 101 65
Binary 11010101 111001 11000111 0 1001001 111 10000 100110001 1000001 110101

Color Harmonies of #D539C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D539C7

Black with #D539C7

Text Example


Text Example

White with #D539C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D539C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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