Html Css Color HEX #D6019A Hollywood Cerise

📋 copy color: '#D6019A'

red 214 ◦ green 1 ◦ blue 154

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

Shades of Hollywood Cerise #D6019A

Tints of Hollywood Cerise #D6019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.73%

R = 57.99%
G = 0.27%
B = 41.73%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6019A (or 0xD6019A) is known color: Hollywood Cerise. HEX triplet: D6, 01 and 9A. RGB value is (214,1,154). Sum of RGB (Red+Green+Blue) = 214+1+154=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D6019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6019A is #29FE65. Grayscale: #515151. Windows color (decimal): -2752102 or 10093014. OLE color: 10093014.

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

Color convert

RGB 214 1 154 -
CMYK 0 1.00 0.28 0.16
HSL 316.9º 0.99% 0.42% -
HSV(B) 316.9º 1% 0.84% -
XYZ 33.58 16.65 32.02 -
YUV 82.13 168.57 222.06 -
System Red Green Blue C M Y K H S L
Decimal 214 1 154 0 1.00 0.28 0.16 316.9 0.99 0.42
Hex D6 1 9A 0 64 1C 10 13D 63 2A
Octal 326 1 232 0 144 34 20 475 143 52
Binary 11010110 1 10011010 0 1100100 11100 10000 100111101 1100011 101010

Color Harmonies of #D6019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6019A

Black with #D6019A

Text Example


Text Example

White with #D6019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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