Html Css Color HEX #D70EAC Hollywood Cerise

📋 copy color: '#D70EAC'

red 215 ◦ green 14 ◦ blue 172

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

Shades of Hollywood Cerise #D70EAC

Tints of Hollywood Cerise #D70EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.49%

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

R = 53.62%
G = 3.49%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D70EAC (or 0xD70EAC) is known color: Hollywood Cerise. HEX triplet: D7, 0E and AC. RGB value is (215,14,172). Sum of RGB (Red+Green+Blue) = 215+14+172=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D70EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70EAC is #28F153. Grayscale: #5B5B5B. Windows color (decimal): -2683220 or 11275991. OLE color: 11275991.

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

Color convert

RGB 215 14 172 -
CMYK 0 0.93 0.2 0.16
HSL 312.84º 0.88% 0.45% -
HSV(B) 312.84º 0.93% 0.84% -
XYZ 35.63 17.74 40.58 -
YUV 92.11 173.09 215.65 -
System Red Green Blue C M Y K H S L
Decimal 215 14 172 0 0.93 0.2 0.16 312.84 0.88 0.45
Hex D7 E AC 0 5D 14 10 139 58 2D
Octal 327 16 254 0 135 24 20 471 130 55
Binary 11010111 1110 10101100 0 1011101 10100 10000 100111001 1011000 101101

Color Harmonies of #D70EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70EAC

Black with #D70EAC

Text Example


Text Example

White with #D70EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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