Html Css Color HEX #D259B5 Fuchsia

📋 copy color: '#D259B5'

red 210 ◦ green 89 ◦ blue 181

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

Shades of Fuchsia #D259B5

Tints of Fuchsia #D259B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.71%

R = 43.75%
G = 18.54%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D259B5 (or 0xD259B5) is known color: Fuchsia. HEX triplet: D2, 59 and B5. RGB value is (210,89,181). Sum of RGB (Red+Green+Blue) = 210+89+181=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D259B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259B5 is #2DA64A. Grayscale: #878787. Windows color (decimal): -2991691 or 11885010. OLE color: 11885010.

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

Color convert

RGB 210 89 181 -
CMYK 0 0.58 0.14 0.18
HSL 314.38º 0.57% 0.59% -
HSV(B) 314.38º 0.58% 0.82% -
XYZ 38.49 24.18 46.36 -
YUV 135.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 210 89 181 0 0.58 0.14 0.18 314.38 0.57 0.59
Hex D2 59 B5 0 3A E 12 13A 39 3B
Octal 322 131 265 0 72 16 22 472 71 73
Binary 11010010 1011001 10110101 0 111010 1110 10010 100111010 111001 111011

Color Harmonies of #D259B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259B5

Black with #D259B5

Text Example


Text Example

White with #D259B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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