Html Css Color HEX #D70BA9 Hollywood Cerise

📋 copy color: '#D70BA9'

red 215 ◦ green 11 ◦ blue 169

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

Shades of Hollywood Cerise #D70BA9

Tints of Hollywood Cerise #D70BA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 42.78%

R = 54.43%
G = 2.78%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D70BA9 (or 0xD70BA9) is known color: Hollywood Cerise. HEX triplet: D7, 0B and A9. RGB value is (215,11,169). Sum of RGB (Red+Green+Blue) = 215+11+169=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70BA9 is #28F456. Grayscale: #595959. Windows color (decimal): -2683991 or 11078615. OLE color: 11078615.

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

Color convert

RGB 215 11 169 -
CMYK 0 0.95 0.21 0.16
HSL 313.53º 0.9% 0.44% -
HSV(B) 313.53º 0.95% 0.84% -
XYZ 35.31 17.55 39.06 -
YUV 90.01 172.59 217.15 -
System Red Green Blue C M Y K H S L
Decimal 215 11 169 0 0.95 0.21 0.16 313.53 0.9 0.44
Hex D7 B A9 0 5F 15 10 13A 5A 2C
Octal 327 13 251 0 137 25 20 472 132 54
Binary 11010111 1011 10101001 0 1011111 10101 10000 100111010 1011010 101100

Color Harmonies of #D70BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70BA9

Black with #D70BA9

Text Example


Text Example

White with #D70BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70BA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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