Html Css Color HEX #D70CAF Hollywood Cerise

📋 copy color: '#D70CAF'

red 215 ◦ green 12 ◦ blue 175

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

Shades of Hollywood Cerise #D70CAF

Tints of Hollywood Cerise #D70CAF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

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

R = 53.48%
G = 2.99%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D70CAF (or 0xD70CAF) is known color: Hollywood Cerise. HEX triplet: D7, 0C and AF. RGB value is (215,12,175). Sum of RGB (Red+Green+Blue) = 215+12+175=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70CAF is #28F350. Grayscale: #5A5A5A. Windows color (decimal): -2683729 or 11472087. OLE color: 11472087.

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

Color convert

RGB 215 12 175 -
CMYK 0 0.94 0.19 0.16
HSL 311.82º 0.89% 0.45% -
HSV(B) 311.82º 0.94% 0.84% -
XYZ 35.89 17.81 42.1 -
YUV 91.28 175.25 216.25 -
System Red Green Blue C M Y K H S L
Decimal 215 12 175 0 0.94 0.19 0.16 311.82 0.89 0.45
Hex D7 C AF 0 5E 13 10 138 59 2D
Octal 327 14 257 0 136 23 20 470 131 55
Binary 11010111 1100 10101111 0 1011110 10011 10000 100111000 1011001 101101

Color Harmonies of #D70CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CAF

Black with #D70CAF

Text Example


Text Example

White with #D70CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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