Html Css Color HEX #D6059F Hollywood Cerise

📋 copy color: '#D6059F'

red 214 ◦ green 5 ◦ blue 159

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

Shades of Hollywood Cerise #D6059F

Tints of Hollywood Cerise #D6059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.06%

R = 56.61%
G = 1.32%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6059F (or 0xD6059F) is known color: Hollywood Cerise. HEX triplet: D6, 05 and 9F. RGB value is (214,5,159). Sum of RGB (Red+Green+Blue) = 214+5+159=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6059F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6059F is #29FA60. Grayscale: #545454. Windows color (decimal): -2751073 or 10421718. OLE color: 10421718.

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

Color convert

RGB 214 5 159 -
CMYK 0 0.98 0.26 0.16
HSL 315.79º 0.95% 0.43% -
HSV(B) 315.79º 0.98% 0.84% -
XYZ 34.04 16.91 34.27 -
YUV 85.05 169.74 219.98 -
System Red Green Blue C M Y K H S L
Decimal 214 5 159 0 0.98 0.26 0.16 315.79 0.95 0.43
Hex D6 5 9F 0 62 1A 10 13C 5F 2B
Octal 326 5 237 0 142 32 20 474 137 53
Binary 11010110 101 10011111 0 1100010 11010 10000 100111100 1011111 101011

Color Harmonies of #D6059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6059F

Black with #D6059F

Text Example


Text Example

White with #D6059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6059F; }

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

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

background-color css

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

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

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

border-color css

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

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

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