Html Css Color HEX #D210AB Hollywood Cerise

📋 copy color: '#D210AB'

red 210 ◦ green 16 ◦ blue 171

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

Shades of Hollywood Cerise #D210AB

Tints of Hollywood Cerise #D210AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.03%

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 52.9%
G = 4.03%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D210AB (or 0xD210AB) is known color: Hollywood Cerise. HEX triplet: D2, 10 and AB. RGB value is (210,16,171). Sum of RGB (Red+Green+Blue) = 210+16+171=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D210AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D210AB is #2DEF54. Grayscale: #5B5B5B. Windows color (decimal): -3010389 or 11210962. OLE color: 11210962.

HSL color Cylindrical-coordinate representation of color #D210AB: hue angle of 312.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D210AB is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 16 171 -
CMYK 0 0.92 0.19 0.18
HSL 312.06º 0.86% 0.44% -
HSV(B) 312.06º 0.92% 0.82% -
XYZ 34.11 17.01 40.01 -
YUV 91.68 172.77 212.4 -
System Red Green Blue C M Y K H S L
Decimal 210 16 171 0 0.92 0.19 0.18 312.06 0.86 0.44
Hex D2 10 AB 0 5C 13 12 138 56 2C
Octal 322 20 253 0 134 23 22 470 126 54
Binary 11010010 10000 10101011 0 1011100 10011 10010 100111000 1010110 101100

Color Harmonies of #D210AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D210AB

Black with #D210AB

Text Example


Text Example

White with #D210AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D210AB; }

 p { color: rgb(210,16,171); }

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

background-color css

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

 a { background-color: rgb(210,16,171); }

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

border-color css

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

 span { border-color: rgb(210,16,171); }

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