Html Css Color HEX #D6019C Hollywood Cerise

📋 copy color: '#D6019C'

red 214 ◦ green 1 ◦ blue 156

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

Shades of Hollywood Cerise #D6019C

Tints of Hollywood Cerise #D6019C

RGB

 RED value IS 214 (83.98% from 255) = 57.68%

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 57.68%
G = 0.27%
B = 42.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6019C (or 0xD6019C) is known color: Hollywood Cerise. HEX triplet: D6, 01 and 9C. RGB value is (214,1,156). Sum of RGB (Red+Green+Blue) = 214+1+156=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6019C is #29FE63. Grayscale: #515151. Windows color (decimal): -2752100 or 10224086. OLE color: 10224086.

HSL color Cylindrical-coordinate representation of color #D6019C: hue angle of 316.34º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6019C is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 156 -
CMYK 0 1.00 0.27 0.16
HSL 316.34º 0.99% 0.42% -
HSV(B) 316.34º 1% 0.84% -
XYZ 33.74 16.72 32.9 -
YUV 82.36 169.57 221.9 -
System Red Green Blue C M Y K H S L
Decimal 214 1 156 0 1.00 0.27 0.16 316.34 0.99 0.42
Hex D6 1 9C 0 64 1B 10 13C 63 2A
Octal 326 1 234 0 144 33 20 474 143 52
Binary 11010110 1 10011100 0 1100100 11011 10000 100111100 1100011 101010

Color Harmonies of #D6019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6019C

Black with #D6019C

Text Example


Text Example

White with #D6019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6019C; }

 p { color: rgb(214,1,156); }

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

background-color css

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

 a { background-color: rgb(214,1,156); }

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

border-color css

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

 span { border-color: rgb(214,1,156); }

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