Html Css Color HEX #D60BAB Hollywood Cerise

📋 copy color: '#D60BAB'

red 214 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #D60BAB

Tints of Hollywood Cerise #D60BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 54.04%
G = 2.78%
B = 43.18%

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

#D60BAB (or 0xD60BAB) is known color: Hollywood Cerise. HEX triplet: D6, 0B and AB. RGB value is (214,11,171). Sum of RGB (Red+Green+Blue) = 214+11+171=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60BAB is #29F454. Grayscale: #595959. Windows color (decimal): -2749525 or 11209686. OLE color: 11209686.

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

Color convert

RGB 214 11 171 -
CMYK 0 0.95 0.20 0.16
HSL 312.71º 0.9% 0.44% -
HSV(B) 312.71º 0.95% 0.84% -
XYZ 35.2 17.48 40.05 -
YUV 89.94 173.75 216.49 -
System Red Green Blue C M Y K H S L
Decimal 214 11 171 0 0.95 0.20 0.16 312.71 0.9 0.44
Hex D6 B AB 0 5F 14 10 139 5A 2C
Octal 326 13 253 0 137 24 20 471 132 54
Binary 11010110 1011 10101011 0 1011111 10100 10000 100111001 1011010 101100

Color Harmonies of #D60BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60BAB

Black with #D60BAB

Text Example


Text Example

White with #D60BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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