Html Css Color HEX #D259B8 Fuchsia

📋 copy color: '#D259B8'

red 210 ◦ green 89 ◦ blue 184

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

Shades of Fuchsia #D259B8

Tints of Fuchsia #D259B8

RGB

 RED value IS 210 (82.42% from 255) = 43.48%

 GREEN value IS 89 (35.16% from 255) = 18.43%

 BLUE value IS 184 (72.27% from 255) = 38.1%

R = 43.48%
G = 18.43%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D259B8 (or 0xD259B8) is known color: Fuchsia. HEX triplet: D2, 59 and B8. RGB value is (210,89,184). Sum of RGB (Red+Green+Blue) = 210+89+184=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D259B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259B8 is #2DA647. Grayscale: #878787. Windows color (decimal): -2991688 or 12081618. OLE color: 12081618.

HSL color Cylindrical-coordinate representation of color #D259B8: hue angle of 312.89º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D259B8 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 89 184 -
CMYK 0 0.58 0.12 0.18
HSL 312.89º 0.57% 0.59% -
HSV(B) 312.89º 0.58% 0.82% -
XYZ 38.8 24.31 47.99 -
YUV 136.01 155.09 180.78 -
System Red Green Blue C M Y K H S L
Decimal 210 89 184 0 0.58 0.12 0.18 312.89 0.57 0.59
Hex D2 59 B8 0 3A C 12 139 39 3B
Octal 322 131 270 0 72 14 22 471 71 73
Binary 11010010 1011001 10111000 0 111010 1100 10010 100111001 111001 111011

Color Harmonies of #D259B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259B8

Black with #D259B8

Text Example


Text Example

White with #D259B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259B8; }

 p { color: rgb(210,89,184); }

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

background-color css

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

 a { background-color: rgb(210,89,184); }

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

border-color css

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

 span { border-color: rgb(210,89,184); }

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