Html Css Color HEX #D70C9F Hollywood Cerise

📋 copy color: '#D70C9F'

red 215 ◦ green 12 ◦ blue 159

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

Shades of Hollywood Cerise #D70C9F

Tints of Hollywood Cerise #D70C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 55.7%
G = 3.11%
B = 41.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D70C9F (or 0xD70C9F) is known color: Hollywood Cerise. HEX triplet: D7, 0C and 9F. RGB value is (215,12,159). Sum of RGB (Red+Green+Blue) = 215+12+159=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C9F is #28F360. Grayscale: #595959. Windows color (decimal): -2683745 or 10423511. OLE color: 10423511.

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

Color convert

RGB 215 12 159 -
CMYK 0 0.94 0.26 0.16
HSL 316.55º 0.89% 0.45% -
HSV(B) 316.55º 0.94% 0.84% -
XYZ 34.41 17.21 34.31 -
YUV 89.46 167.25 217.55 -
System Red Green Blue C M Y K H S L
Decimal 215 12 159 0 0.94 0.26 0.16 316.55 0.89 0.45
Hex D7 C 9F 0 5E 1A 10 13D 59 2D
Octal 327 14 237 0 136 32 20 475 131 55
Binary 11010111 1100 10011111 0 1011110 11010 10000 100111101 1011001 101101

Color Harmonies of #D70C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C9F

Black with #D70C9F

Text Example


Text Example

White with #D70C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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