Html Css Color HEX #D70AAF Hollywood Cerise

📋 copy color: '#D70AAF'

red 215 ◦ green 10 ◦ blue 175

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

Shades of Hollywood Cerise #D70AAF

Tints of Hollywood Cerise #D70AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 53.75%
G = 2.5%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D70AAF (or 0xD70AAF) is known color: Hollywood Cerise. HEX triplet: D7, 0A and AF. RGB value is (215,10,175). Sum of RGB (Red+Green+Blue) = 215+10+175=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70AAF is #28F550. Grayscale: #595959. Windows color (decimal): -2684241 or 11471575. OLE color: 11471575.

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

Color convert

RGB 215 10 175 -
CMYK 0 0.95 0.19 0.16
HSL 311.71º 0.91% 0.44% -
HSV(B) 311.71º 0.95% 0.84% -
XYZ 35.87 17.76 42.09 -
YUV 90.11 175.92 217.08 -
System Red Green Blue C M Y K H S L
Decimal 215 10 175 0 0.95 0.19 0.16 311.71 0.91 0.44
Hex D7 A AF 0 5F 13 10 138 5B 2C
Octal 327 12 257 0 137 23 20 470 133 54
Binary 11010111 1010 10101111 0 1011111 10011 10000 100111000 1011011 101100

Color Harmonies of #D70AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AAF

Black with #D70AAF

Text Example


Text Example

White with #D70AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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