Html Css Color HEX #D70AA5 Hollywood Cerise

📋 copy color: '#D70AA5'

red 215 ◦ green 10 ◦ blue 165

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

Shades of Hollywood Cerise #D70AA5

Tints of Hollywood Cerise #D70AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.31%

R = 55.13%
G = 2.56%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D70AA5 (or 0xD70AA5) is known color: Hollywood Cerise. HEX triplet: D7, 0A and A5. RGB value is (215,10,165). Sum of RGB (Red+Green+Blue) = 215+10+165=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70AA5 is #28F55A. Grayscale: #585858. Windows color (decimal): -2684251 or 10816215. OLE color: 10816215.

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

Color convert

RGB 215 10 165 -
CMYK 0 0.95 0.23 0.16
HSL 314.63º 0.91% 0.44% -
HSV(B) 314.63º 0.95% 0.84% -
XYZ 34.92 17.38 37.11 -
YUV 88.97 170.92 217.9 -
System Red Green Blue C M Y K H S L
Decimal 215 10 165 0 0.95 0.23 0.16 314.63 0.91 0.44
Hex D7 A A5 0 5F 17 10 13B 5B 2C
Octal 327 12 245 0 137 27 20 473 133 54
Binary 11010111 1010 10100101 0 1011111 10111 10000 100111011 1011011 101100

Color Harmonies of #D70AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AA5

Black with #D70AA5

Text Example


Text Example

White with #D70AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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