Html Css Color HEX #D70A9F Hollywood Cerise

📋 copy color: '#D70A9F'

red 215 ◦ green 10 ◦ blue 159

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

Shades of Hollywood Cerise #D70A9F

Tints of Hollywood Cerise #D70A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

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

R = 55.99%
G = 2.6%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D70A9F (or 0xD70A9F) is known color: Hollywood Cerise. HEX triplet: D7, 0A and 9F. RGB value is (215,10,159). Sum of RGB (Red+Green+Blue) = 215+10+159=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70A9F is #28F560. Grayscale: #575757. Windows color (decimal): -2684257 or 10422999. OLE color: 10422999.

HSL color Cylindrical-coordinate representation of color #D70A9F: hue angle of 316.39º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A9F is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 10 159 -
CMYK 0 0.95 0.26 0.16
HSL 316.39º 0.91% 0.44% -
HSV(B) 316.39º 0.95% 0.84% -
XYZ 34.39 17.17 34.3 -
YUV 88.28 167.92 218.38 -
System Red Green Blue C M Y K H S L
Decimal 215 10 159 0 0.95 0.26 0.16 316.39 0.91 0.44
Hex D7 A 9F 0 5F 1A 10 13C 5B 2C
Octal 327 12 237 0 137 32 20 474 133 54
Binary 11010111 1010 10011111 0 1011111 11010 10000 100111100 1011011 101100

Color Harmonies of #D70A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70A9F

Black with #D70A9F

Text Example


Text Example

White with #D70A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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