Html Css Color HEX #D20FAB Hollywood Cerise

📋 copy color: '#D20FAB'

red 210 ◦ green 15 ◦ blue 171

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

Shades of Hollywood Cerise #D20FAB

Tints of Hollywood Cerise #D20FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.79%

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

R = 53.03%
G = 3.79%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D20FAB (or 0xD20FAB) is known color: Hollywood Cerise. HEX triplet: D2, 0F and AB. RGB value is (210,15,171). Sum of RGB (Red+Green+Blue) = 210+15+171=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20FAB is #2DF054. Grayscale: #5A5A5A. Windows color (decimal): -3010645 or 11210706. OLE color: 11210706.

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

Color convert

RGB 210 15 171 -
CMYK 0 0.93 0.19 0.18
HSL 312º 0.87% 0.44% -
HSV(B) 312º 0.93% 0.82% -
XYZ 34.1 16.98 40.01 -
YUV 91.09 173.1 212.82 -
System Red Green Blue C M Y K H S L
Decimal 210 15 171 0 0.93 0.19 0.18 312 0.87 0.44
Hex D2 F AB 0 5D 13 12 138 57 2C
Octal 322 17 253 0 135 23 22 470 127 54
Binary 11010010 1111 10101011 0 1011101 10011 10010 100111000 1010111 101100

Color Harmonies of #D20FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FAB

Black with #D20FAB

Text Example


Text Example

White with #D20FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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