Html Css Color HEX #D6079E Hollywood Cerise

📋 copy color: '#D6079E'

red 214 ◦ green 7 ◦ blue 158

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

Shades of Hollywood Cerise #D6079E

Tints of Hollywood Cerise #D6079E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.69%

R = 56.46%
G = 1.85%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6079E (or 0xD6079E) is known color: Hollywood Cerise. HEX triplet: D6, 07 and 9E. RGB value is (214,7,158). Sum of RGB (Red+Green+Blue) = 214+7+158=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6079E is #29F861. Grayscale: #555555. Windows color (decimal): -2750562 or 10356694. OLE color: 10356694.

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

Color convert

RGB 214 7 158 -
CMYK 0 0.97 0.26 0.16
HSL 316.23º 0.94% 0.43% -
HSV(B) 316.23º 0.97% 0.84% -
XYZ 33.98 16.92 33.82 -
YUV 86.11 168.58 219.22 -
System Red Green Blue C M Y K H S L
Decimal 214 7 158 0 0.97 0.26 0.16 316.23 0.94 0.43
Hex D6 7 9E 0 61 1A 10 13C 5E 2B
Octal 326 7 236 0 141 32 20 474 136 53
Binary 11010110 111 10011110 0 1100001 11010 10000 100111100 1011110 101011

Color Harmonies of #D6079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6079E

Black with #D6079E

Text Example


Text Example

White with #D6079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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