Html Css Color HEX #D6049D Hollywood Cerise

📋 copy color: '#D6049D'

red 214 ◦ green 4 ◦ blue 157

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

Shades of Hollywood Cerise #D6049D

Tints of Hollywood Cerise #D6049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 57.07%
G = 1.07%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6049D (or 0xD6049D) is known color: Hollywood Cerise. HEX triplet: D6, 04 and 9D. RGB value is (214,4,157). Sum of RGB (Red+Green+Blue) = 214+4+157=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 4 (1.95% from 255 or 1.07% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6049D is #29FB62. Grayscale: #535353. Windows color (decimal): -2751331 or 10290390. OLE color: 10290390.

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

Color convert

RGB 214 4 157 -
CMYK 0 0.98 0.27 0.16
HSL 316.29º 0.96% 0.43% -
HSV(B) 316.29º 0.98% 0.84% -
XYZ 33.86 16.82 33.36 -
YUV 84.23 169.07 220.56 -
System Red Green Blue C M Y K H S L
Decimal 214 4 157 0 0.98 0.27 0.16 316.29 0.96 0.43
Hex D6 4 9D 0 62 1B 10 13C 60 2B
Octal 326 4 235 0 142 33 20 474 140 53
Binary 11010110 100 10011101 0 1100010 11011 10000 100111100 1100000 101011

Color Harmonies of #D6049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6049D

Black with #D6049D

Text Example


Text Example

White with #D6049D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6049D; }

 p { color: rgb(214,4,157); }

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

background-color css

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

 a { background-color: rgb(214,4,157); }

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

border-color css

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

 span { border-color: rgb(214,4,157); }

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