Html Css Color HEX #D70AA0 Hollywood Cerise

📋 copy color: '#D70AA0'

red 215 ◦ green 10 ◦ blue 160

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

Shades of Hollywood Cerise #D70AA0

Tints of Hollywood Cerise #D70AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

 BLUE value IS 160 (62.89% from 255) = 41.56%

R = 55.84%
G = 2.6%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D70AA0 (or 0xD70AA0) is known color: Hollywood Cerise. HEX triplet: D7, 0A and A0. RGB value is (215,10,160). Sum of RGB (Red+Green+Blue) = 215+10+160=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70AA0 is #28F55F. Grayscale: #585858. Windows color (decimal): -2684256 or 10488535. OLE color: 10488535.

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

Color convert

RGB 215 10 160 -
CMYK 0 0.95 0.26 0.16
HSL 316.1º 0.91% 0.44% -
HSV(B) 316.1º 0.95% 0.84% -
XYZ 34.48 17.2 34.76 -
YUV 88.4 168.42 218.3 -
System Red Green Blue C M Y K H S L
Decimal 215 10 160 0 0.95 0.26 0.16 316.1 0.91 0.44
Hex D7 A A0 0 5F 1A 10 13C 5B 2C
Octal 327 12 240 0 137 32 20 474 133 54
Binary 11010111 1010 10100000 0 1011111 11010 10000 100111100 1011011 101100

Color Harmonies of #D70AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AA0

Black with #D70AA0

Text Example


Text Example

White with #D70AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AA0; }

 p { color: rgb(215,10,160); }

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

background-color css

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

 a { background-color: rgb(215,10,160); }

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

border-color css

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

 span { border-color: rgb(215,10,160); }

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