Html Css Color HEX #D6059B Hollywood Cerise

📋 copy color: '#D6059B'

red 214 ◦ green 5 ◦ blue 155

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

Shades of Hollywood Cerise #D6059B

Tints of Hollywood Cerise #D6059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 57.22%
G = 1.34%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6059B (or 0xD6059B) is known color: Hollywood Cerise. HEX triplet: D6, 05 and 9B. RGB value is (214,5,155). Sum of RGB (Red+Green+Blue) = 214+5+155=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6059B is #29FA64. Grayscale: #545454. Windows color (decimal): -2751077 or 10159574. OLE color: 10159574.

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

Color convert

RGB 214 5 155 -
CMYK 0 0.98 0.28 0.16
HSL 316.94º 0.95% 0.43% -
HSV(B) 316.94º 0.98% 0.84% -
XYZ 33.7 16.77 32.47 -
YUV 84.59 167.74 220.3 -
System Red Green Blue C M Y K H S L
Decimal 214 5 155 0 0.98 0.28 0.16 316.94 0.95 0.43
Hex D6 5 9B 0 62 1C 10 13D 5F 2B
Octal 326 5 233 0 142 34 20 475 137 53
Binary 11010110 101 10011011 0 1100010 11100 10000 100111101 1011111 101011

Color Harmonies of #D6059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6059B

Black with #D6059B

Text Example


Text Example

White with #D6059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6059B; }

 p { color: rgb(214,5,155); }

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

background-color css

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

 a { background-color: rgb(214,5,155); }

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

border-color css

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

 span { border-color: rgb(214,5,155); }

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