Html Css Color HEX #D70BA8 Hollywood Cerise

📋 copy color: '#D70BA8'

red 215 ◦ green 11 ◦ blue 168

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

Shades of Hollywood Cerise #D70BA8

Tints of Hollywood Cerise #D70BA8

RGB

 RED value IS 215 (84.38% from 255) = 54.57%

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

 BLUE value IS 168 (66.02% from 255) = 42.64%

R = 54.57%
G = 2.79%
B = 42.64%

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

#D70BA8 (or 0xD70BA8) is known color: Hollywood Cerise. HEX triplet: D7, 0B and A8. RGB value is (215,11,168). Sum of RGB (Red+Green+Blue) = 215+11+168=394 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.57% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70BA8 is #28F457. Grayscale: #595959. Windows color (decimal): -2683992 or 11013079. OLE color: 11013079.

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

Color convert

RGB 215 11 168 -
CMYK 0 0.95 0.22 0.16
HSL 313.82º 0.9% 0.44% -
HSV(B) 313.82º 0.95% 0.84% -
XYZ 35.21 17.51 38.57 -
YUV 89.89 172.09 217.23 -
System Red Green Blue C M Y K H S L
Decimal 215 11 168 0 0.95 0.22 0.16 313.82 0.9 0.44
Hex D7 B A8 0 5F 16 10 13A 5A 2C
Octal 327 13 250 0 137 26 20 472 132 54
Binary 11010111 1011 10101000 0 1011111 10110 10000 100111010 1011010 101100

Color Harmonies of #D70BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70BA8

Black with #D70BA8

Text Example


Text Example

White with #D70BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70BA8; }

 p { color: rgb(215,11,168); }

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

background-color css

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

 a { background-color: rgb(215,11,168); }

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

border-color css

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

 span { border-color: rgb(215,11,168); }

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