Html Css Color HEX #D60BAC Hollywood Cerise

📋 copy color: '#D60BAC'

red 214 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #D60BAC

Tints of Hollywood Cerise #D60BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.77%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 53.9%
G = 2.77%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D60BAC (or 0xD60BAC) is known color: Hollywood Cerise. HEX triplet: D6, 0B and AC. RGB value is (214,11,172). Sum of RGB (Red+Green+Blue) = 214+11+172=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60BAC is #29F453. Grayscale: #595959. Windows color (decimal): -2749524 or 11275222. OLE color: 11275222.

HSL color Cylindrical-coordinate representation of color #D60BAC: hue angle of 312.41º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BAC is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 11 172 -
CMYK 0 0.95 0.20 0.16
HSL 312.41º 0.9% 0.44% -
HSV(B) 312.41º 0.95% 0.84% -
XYZ 35.3 17.51 40.55 -
YUV 90.05 174.25 216.41 -
System Red Green Blue C M Y K H S L
Decimal 214 11 172 0 0.95 0.20 0.16 312.41 0.9 0.44
Hex D6 B AC 0 5F 14 10 138 5A 2C
Octal 326 13 254 0 137 24 20 470 132 54
Binary 11010110 1011 10101100 0 1011111 10100 10000 100111000 1011010 101100

Color Harmonies of #D60BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60BAC

Black with #D60BAC

Text Example


Text Example

White with #D60BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60BAC; }

 p { color: rgb(214,11,172); }

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

background-color css

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

 a { background-color: rgb(214,11,172); }

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

border-color css

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

 span { border-color: rgb(214,11,172); }

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