Html Css Color HEX #D70AAC Hollywood Cerise

📋 copy color: '#D70AAC'

red 215 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #D70AAC

Tints of Hollywood Cerise #D70AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 54.16%
G = 2.52%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D70AAC (or 0xD70AAC) is known color: Hollywood Cerise. HEX triplet: D7, 0A and AC. RGB value is (215,10,172). Sum of RGB (Red+Green+Blue) = 215+10+172=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70AAC is #28F553. Grayscale: #595959. Windows color (decimal): -2684244 or 11274967. OLE color: 11274967.

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

Color convert

RGB 215 10 172 -
CMYK 0 0.95 0.2 0.16
HSL 312.59º 0.91% 0.44% -
HSV(B) 312.59º 0.95% 0.84% -
XYZ 35.58 17.64 40.56 -
YUV 89.76 174.42 217.33 -
System Red Green Blue C M Y K H S L
Decimal 215 10 172 0 0.95 0.2 0.16 312.59 0.91 0.44
Hex D7 A AC 0 5F 14 10 139 5B 2C
Octal 327 12 254 0 137 24 20 471 133 54
Binary 11010111 1010 10101100 0 1011111 10100 10000 100111001 1011011 101100

Color Harmonies of #D70AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AAC

Black with #D70AAC

Text Example


Text Example

White with #D70AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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