Html Css Color HEX #D70FAD Hollywood Cerise

📋 copy color: '#D70FAD'

red 215 ◦ green 15 ◦ blue 173

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

Shades of Hollywood Cerise #D70FAD

Tints of Hollywood Cerise #D70FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.72%

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 53.35%
G = 3.72%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D70FAD (or 0xD70FAD) is known color: Hollywood Cerise. HEX triplet: D7, 0F and AD. RGB value is (215,15,173). Sum of RGB (Red+Green+Blue) = 215+15+173=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70FAD is #28F052. Grayscale: #5C5C5C. Windows color (decimal): -2682963 or 11341783. OLE color: 11341783.

HSL color Cylindrical-coordinate representation of color #D70FAD: hue angle of 312.6º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70FAD is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 15 173 -
CMYK 0 0.93 0.20 0.16
HSL 312.6º 0.87% 0.45% -
HSV(B) 312.6º 0.93% 0.84% -
XYZ 35.74 17.81 41.09 -
YUV 92.81 173.26 215.15 -
System Red Green Blue C M Y K H S L
Decimal 215 15 173 0 0.93 0.20 0.16 312.6 0.87 0.45
Hex D7 F AD 0 5D 14 10 139 57 2D
Octal 327 17 255 0 135 24 20 471 127 55
Binary 11010111 1111 10101101 0 1011101 10100 10000 100111001 1010111 101101

Color Harmonies of #D70FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FAD

Black with #D70FAD

Text Example


Text Example

White with #D70FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FAD; }

 p { color: rgb(215,15,173); }

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

background-color css

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

 a { background-color: rgb(215,15,173); }

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

border-color css

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

 span { border-color: rgb(215,15,173); }

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