Html Css Color HEX #D6079C Hollywood Cerise

📋 copy color: '#D6079C'

red 214 ◦ green 7 ◦ blue 156

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

Shades of Hollywood Cerise #D6079C

Tints of Hollywood Cerise #D6079C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

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

R = 56.76%
G = 1.86%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6079C (or 0xD6079C) is known color: Hollywood Cerise. HEX triplet: D6, 07 and 9C. RGB value is (214,7,156). Sum of RGB (Red+Green+Blue) = 214+7+156=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6079C is #29F863. Grayscale: #555555. Windows color (decimal): -2750564 or 10225622. OLE color: 10225622.

HSL color Cylindrical-coordinate representation of color #D6079C: hue angle of 316.81º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6079C is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 7 156 -
CMYK 0 0.97 0.27 0.16
HSL 316.81º 0.94% 0.43% -
HSV(B) 316.81º 0.97% 0.84% -
XYZ 33.81 16.85 32.92 -
YUV 85.88 167.58 219.38 -
System Red Green Blue C M Y K H S L
Decimal 214 7 156 0 0.97 0.27 0.16 316.81 0.94 0.43
Hex D6 7 9C 0 61 1B 10 13D 5E 2B
Octal 326 7 234 0 141 33 20 475 136 53
Binary 11010110 111 10011100 0 1100001 11011 10000 100111101 1011110 101011

Color Harmonies of #D6079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6079C

Black with #D6079C

Text Example


Text Example

White with #D6079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6079C; }

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

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

background-color css

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

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

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

border-color css

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

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

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