Html Css Color HEX #D539C8 Fuchsia

📋 copy color: '#D539C8'

red 213 ◦ green 57 ◦ blue 200

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

Shades of Fuchsia #D539C8

Tints of Fuchsia #D539C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.55%

R = 45.32%
G = 12.13%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D539C8 (or 0xD539C8) is known color: Fuchsia. HEX triplet: D5, 39 and C8. RGB value is (213,57,200). Sum of RGB (Red+Green+Blue) = 213+57+200=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D539C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D539C8 is #2AC637. Grayscale: #777777. Windows color (decimal): -2803256 or 13122005. OLE color: 13122005.

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

Color convert

RGB 213 57 200 -
CMYK 0 0.73 0.06 0.16
HSL 305º 0.65% 0.53% -
HSV(B) 305º 0.73% 0.84% -
XYZ 39.33 21.24 56.67 -
YUV 119.95 173.18 194.37 -
System Red Green Blue C M Y K H S L
Decimal 213 57 200 0 0.73 0.06 0.16 305 0.65 0.53
Hex D5 39 C8 0 49 6 10 131 41 35
Octal 325 71 310 0 111 6 20 461 101 65
Binary 11010101 111001 11001000 0 1001001 110 10000 100110001 1000001 110101

Color Harmonies of #D539C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D539C8

Black with #D539C8

Text Example


Text Example

White with #D539C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D539C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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