Html Css Color HEX #D60DAB Hollywood Cerise

📋 copy color: '#D60DAB'

red 214 ◦ green 13 ◦ blue 171

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

Shades of Hollywood Cerise #D60DAB

Tints of Hollywood Cerise #D60DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

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

R = 53.77%
G = 3.27%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D60DAB (or 0xD60DAB) is known color: Hollywood Cerise. HEX triplet: D6, 0D and AB. RGB value is (214,13,171). Sum of RGB (Red+Green+Blue) = 214+13+171=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D60DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60DAB is #29F254. Grayscale: #5A5A5A. Windows color (decimal): -2749013 or 11210198. OLE color: 11210198.

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

Color convert

RGB 214 13 171 -
CMYK 0 0.94 0.20 0.16
HSL 312.84º 0.89% 0.45% -
HSV(B) 312.84º 0.94% 0.84% -
XYZ 35.23 17.52 40.05 -
YUV 91.11 173.09 215.65 -
System Red Green Blue C M Y K H S L
Decimal 214 13 171 0 0.94 0.20 0.16 312.84 0.89 0.45
Hex D6 D AB 0 5E 14 10 139 59 2D
Octal 326 15 253 0 136 24 20 471 131 55
Binary 11010110 1101 10101011 0 1011110 10100 10000 100111001 1011001 101101

Color Harmonies of #D60DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60DAB

Black with #D60DAB

Text Example


Text Example

White with #D60DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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