Html Css Color HEX #D259B1 Fuchsia

📋 copy color: '#D259B1'

red 210 ◦ green 89 ◦ blue 177

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

Shades of Fuchsia #D259B1

Tints of Fuchsia #D259B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 44.12%
G = 18.7%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D259B1 (or 0xD259B1) is known color: Fuchsia. HEX triplet: D2, 59 and B1. RGB value is (210,89,177). Sum of RGB (Red+Green+Blue) = 210+89+177=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D259B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D259B1 is #2DA64E. Grayscale: #868686. Windows color (decimal): -2991695 or 11622866. OLE color: 11622866.

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

Color convert

RGB 210 89 177 -
CMYK 0 0.58 0.16 0.18
HSL 316.36º 0.57% 0.59% -
HSV(B) 316.36º 0.58% 0.82% -
XYZ 38.09 24.02 44.22 -
YUV 135.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 210 89 177 0 0.58 0.16 0.18 316.36 0.57 0.59
Hex D2 59 B1 0 3A 10 12 13C 39 3B
Octal 322 131 261 0 72 20 22 474 71 73
Binary 11010010 1011001 10110001 0 111010 10000 10010 100111100 111001 111011

Color Harmonies of #D259B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D259B1

Black with #D259B1

Text Example


Text Example

White with #D259B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D259B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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