Html Css Color HEX #D22BB9 Fuchsia

📋 copy color: '#D22BB9'

red 210 ◦ green 43 ◦ blue 185

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

Shades of Fuchsia #D22BB9

Tints of Fuchsia #D22BB9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.82%

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

R = 47.95%
G = 9.82%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D22BB9 (or 0xD22BB9) is known color: Fuchsia. HEX triplet: D2, 2B and B9. RGB value is (210,43,185). Sum of RGB (Red+Green+Blue) = 210+43+185=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22BB9 is #2DD446. Grayscale: #6C6C6C. Windows color (decimal): -3003463 or 12135378. OLE color: 12135378.

HSL color Cylindrical-coordinate representation of color #D22BB9: hue angle of 308.98º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22BB9 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 43 185 -
CMYK 0 0.80 0.12 0.18
HSL 308.98º 0.66% 0.5% -
HSV(B) 308.98º 0.8% 0.82% -
XYZ 36.2 18.93 47.65 -
YUV 109.12 170.83 199.95 -
System Red Green Blue C M Y K H S L
Decimal 210 43 185 0 0.80 0.12 0.18 308.98 0.66 0.5
Hex D2 2B B9 0 50 C 12 135 42 32
Octal 322 53 271 0 120 14 22 465 102 62
Binary 11010010 101011 10111001 0 1010000 1100 10010 100110101 1000010 110010

Color Harmonies of #D22BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22BB9

Black with #D22BB9

Text Example


Text Example

White with #D22BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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