Html Css Color HEX #D70FAA Hollywood Cerise

📋 copy color: '#D70FAA'

red 215 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #D70FAA

Tints of Hollywood Cerise #D70FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.75%

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 53.75%
G = 3.75%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D70FAA (or 0xD70FAA) is known color: Hollywood Cerise. HEX triplet: D7, 0F and AA. RGB value is (215,15,170). Sum of RGB (Red+Green+Blue) = 215+15+170=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70FAA is #28F055. Grayscale: #5C5C5C. Windows color (decimal): -2682966 or 11145175. OLE color: 11145175.

HSL color Cylindrical-coordinate representation of color #D70FAA: hue angle of 313.5º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70FAA is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 15 170 -
CMYK 0 0.93 0.21 0.16
HSL 313.5º 0.87% 0.45% -
HSV(B) 313.5º 0.93% 0.84% -
XYZ 35.45 17.69 39.58 -
YUV 92.47 171.76 215.4 -
System Red Green Blue C M Y K H S L
Decimal 215 15 170 0 0.93 0.21 0.16 313.5 0.87 0.45
Hex D7 F AA 0 5D 15 10 13A 57 2D
Octal 327 17 252 0 135 25 20 472 127 55
Binary 11010111 1111 10101010 0 1011101 10101 10000 100111010 1010111 101101

Color Harmonies of #D70FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FAA

Black with #D70FAA

Text Example


Text Example

White with #D70FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FAA; }

 p { color: rgb(215,15,170); }

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

background-color css

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

 a { background-color: rgb(215,15,170); }

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

border-color css

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

 span { border-color: rgb(215,15,170); }

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