Html Css Color HEX #D70A9E Hollywood Cerise

📋 copy color: '#D70A9E'

red 215 ◦ green 10 ◦ blue 158

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

Shades of Hollywood Cerise #D70A9E

Tints of Hollywood Cerise #D70A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.25%

R = 56.14%
G = 2.61%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D70A9E (or 0xD70A9E) is known color: Hollywood Cerise. HEX triplet: D7, 0A and 9E. RGB value is (215,10,158). Sum of RGB (Red+Green+Blue) = 215+10+158=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70A9E is #28F561. Grayscale: #575757. Windows color (decimal): -2684258 or 10357463. OLE color: 10357463.

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

Color convert

RGB 215 10 158 -
CMYK 0 0.95 0.27 0.16
HSL 316.68º 0.91% 0.44% -
HSV(B) 316.68º 0.95% 0.84% -
XYZ 34.3 17.13 33.85 -
YUV 88.17 167.42 218.47 -
System Red Green Blue C M Y K H S L
Decimal 215 10 158 0 0.95 0.27 0.16 316.68 0.91 0.44
Hex D7 A 9E 0 5F 1B 10 13D 5B 2C
Octal 327 12 236 0 137 33 20 475 133 54
Binary 11010111 1010 10011110 0 1011111 11011 10000 100111101 1011011 101100

Color Harmonies of #D70A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70A9E

Black with #D70A9E

Text Example


Text Example

White with #D70A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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