Html Css Color HEX #D70CA6 Hollywood Cerise

📋 copy color: '#D70CA6'

red 215 ◦ green 12 ◦ blue 166

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

Shades of Hollywood Cerise #D70CA6

Tints of Hollywood Cerise #D70CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.24%

R = 54.71%
G = 3.05%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D70CA6 (or 0xD70CA6) is known color: Hollywood Cerise. HEX triplet: D7, 0C and A6. RGB value is (215,12,166). Sum of RGB (Red+Green+Blue) = 215+12+166=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70CA6 is #28F359. Grayscale: #595959. Windows color (decimal): -2683738 or 10882263. OLE color: 10882263.

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

Color convert

RGB 215 12 166 -
CMYK 0 0.94 0.23 0.16
HSL 314.48º 0.89% 0.45% -
HSV(B) 314.48º 0.94% 0.84% -
XYZ 35.04 17.46 37.6 -
YUV 90.25 170.75 216.98 -
System Red Green Blue C M Y K H S L
Decimal 215 12 166 0 0.94 0.23 0.16 314.48 0.89 0.45
Hex D7 C A6 0 5E 17 10 13A 59 2D
Octal 327 14 246 0 136 27 20 472 131 55
Binary 11010111 1100 10100110 0 1011110 10111 10000 100111010 1011001 101101

Color Harmonies of #D70CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CA6

Black with #D70CA6

Text Example


Text Example

White with #D70CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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