Html Css Color HEX #D70DAC Hollywood Cerise

📋 copy color: '#D70DAC'

red 215 ◦ green 13 ◦ blue 172

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

Shades of Hollywood Cerise #D70DAC

Tints of Hollywood Cerise #D70DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.25%

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

R = 53.75%
G = 3.25%
B = 43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D70DAC (or 0xD70DAC) is known color: Hollywood Cerise. HEX triplet: D7, 0D and AC. RGB value is (215,13,172). Sum of RGB (Red+Green+Blue) = 215+13+172=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70DAC is #28F253. Grayscale: #5B5B5B. Windows color (decimal): -2683476 or 11275735. OLE color: 11275735.

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

Color convert

RGB 215 13 172 -
CMYK 0 0.94 0.2 0.16
HSL 312.77º 0.89% 0.45% -
HSV(B) 312.77º 0.94% 0.84% -
XYZ 35.61 17.71 40.57 -
YUV 91.52 173.42 216.07 -
System Red Green Blue C M Y K H S L
Decimal 215 13 172 0 0.94 0.2 0.16 312.77 0.89 0.45
Hex D7 D AC 0 5E 14 10 139 59 2D
Octal 327 15 254 0 136 24 20 471 131 55
Binary 11010111 1101 10101100 0 1011110 10100 10000 100111001 1011001 101101

Color Harmonies of #D70DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70DAC

Black with #D70DAC

Text Example


Text Example

White with #D70DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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