Html Css Color HEX #D60BA7 Hollywood Cerise

📋 copy color: '#D60BA7'

red 214 ◦ green 11 ◦ blue 167

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

Shades of Hollywood Cerise #D60BA7

Tints of Hollywood Cerise #D60BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.6%

R = 54.59%
G = 2.81%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D60BA7 (or 0xD60BA7) is known color: Hollywood Cerise. HEX triplet: D6, 0B and A7. RGB value is (214,11,167). Sum of RGB (Red+Green+Blue) = 214+11+167=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60BA7 is #29F458. Grayscale: #595959. Windows color (decimal): -2749529 or 10947542. OLE color: 10947542.

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

Color convert

RGB 214 11 167 -
CMYK 0 0.95 0.22 0.16
HSL 313.89º 0.9% 0.44% -
HSV(B) 313.89º 0.95% 0.84% -
XYZ 34.83 17.33 38.07 -
YUV 89.48 171.75 216.82 -
System Red Green Blue C M Y K H S L
Decimal 214 11 167 0 0.95 0.22 0.16 313.89 0.9 0.44
Hex D6 B A7 0 5F 16 10 13A 5A 2C
Octal 326 13 247 0 137 26 20 472 132 54
Binary 11010110 1011 10100111 0 1011111 10110 10000 100111010 1011010 101100

Color Harmonies of #D60BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60BA7

Black with #D60BA7

Text Example


Text Example

White with #D60BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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