Html Css Color HEX #D259B9 Fuchsia

📋 copy color: '#D259B9'

red 210 ◦ green 89 ◦ blue 185

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

Shades of Fuchsia #D259B9

Tints of Fuchsia #D259B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.22%

R = 43.39%
G = 18.39%
B = 38.22%

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

#D259B9 (or 0xD259B9) is known color: Fuchsia. HEX triplet: D2, 59 and B9. RGB value is (210,89,185). Sum of RGB (Red+Green+Blue) = 210+89+185=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D259B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259B9 is #2DA646. Grayscale: #878787. Windows color (decimal): -2991687 or 12147154. OLE color: 12147154.

HSL color Cylindrical-coordinate representation of color #D259B9: hue angle of 312.4º 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 #D259B9 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 89 185 -
CMYK 0 0.58 0.12 0.18
HSL 312.4º 0.57% 0.59% -
HSV(B) 312.4º 0.58% 0.82% -
XYZ 38.91 24.35 48.55 -
YUV 136.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 210 89 185 0 0.58 0.12 0.18 312.4 0.57 0.59
Hex D2 59 B9 0 3A C 12 138 39 3B
Octal 322 131 271 0 72 14 22 470 71 73
Binary 11010010 1011001 10111001 0 111010 1100 10010 100111000 111001 111011

Color Harmonies of #D259B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259B9

Black with #D259B9

Text Example


Text Example

White with #D259B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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