Html Css Color HEX #D259B3 Fuchsia

📋 copy color: '#D259B3'

red 210 ◦ green 89 ◦ blue 179

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

Shades of Fuchsia #D259B3

Tints of Fuchsia #D259B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.45%

R = 43.93%
G = 18.62%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D259B3 (or 0xD259B3) is known color: Fuchsia. HEX triplet: D2, 59 and B3. RGB value is (210,89,179). Sum of RGB (Red+Green+Blue) = 210+89+179=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D259B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259B3 is #2DA64C. Grayscale: #878787. Windows color (decimal): -2991693 or 11753938. OLE color: 11753938.

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

Color convert

RGB 210 89 179 -
CMYK 0 0.58 0.15 0.18
HSL 315.37º 0.57% 0.59% -
HSV(B) 315.37º 0.58% 0.82% -
XYZ 38.29 24.1 45.28 -
YUV 135.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 210 89 179 0 0.58 0.15 0.18 315.37 0.57 0.59
Hex D2 59 B3 0 3A F 12 13B 39 3B
Octal 322 131 263 0 72 17 22 473 71 73
Binary 11010010 1011001 10110011 0 111010 1111 10010 100111011 111001 111011

Color Harmonies of #D259B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259B3

Black with #D259B3

Text Example


Text Example

White with #D259B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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