Html Css Color HEX #D60BAD Hollywood Cerise

📋 copy color: '#D60BAD'

red 214 ◦ green 11 ◦ blue 173

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

Shades of Hollywood Cerise #D60BAD

Tints of Hollywood Cerise #D60BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 53.77%
G = 2.76%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D60BAD (or 0xD60BAD) is known color: Hollywood Cerise. HEX triplet: D6, 0B and AD. RGB value is (214,11,173). Sum of RGB (Red+Green+Blue) = 214+11+173=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60BAD is #29F452. Grayscale: #595959. Windows color (decimal): -2749523 or 11340758. OLE color: 11340758.

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

Color convert

RGB 214 11 173 -
CMYK 0 0.95 0.19 0.16
HSL 312.12º 0.9% 0.44% -
HSV(B) 312.12º 0.95% 0.84% -
XYZ 35.39 17.55 41.06 -
YUV 90.17 174.75 216.33 -
System Red Green Blue C M Y K H S L
Decimal 214 11 173 0 0.95 0.19 0.16 312.12 0.9 0.44
Hex D6 B AD 0 5F 13 10 138 5A 2C
Octal 326 13 255 0 137 23 20 470 132 54
Binary 11010110 1011 10101101 0 1011111 10011 10000 100111000 1011010 101100

Color Harmonies of #D60BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60BAD

Black with #D60BAD

Text Example


Text Example

White with #D60BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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