Html Css Color HEX #D70FAB Hollywood Cerise

📋 copy color: '#D70FAB'

red 215 ◦ green 15 ◦ blue 171

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

Shades of Hollywood Cerise #D70FAB

Tints of Hollywood Cerise #D70FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 53.62%
G = 3.74%
B = 42.64%

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

#D70FAB (or 0xD70FAB) is known color: Hollywood Cerise. HEX triplet: D7, 0F and AB. RGB value is (215,15,171). Sum of RGB (Red+Green+Blue) = 215+15+171=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70FAB is #28F054. Grayscale: #5C5C5C. Windows color (decimal): -2682965 or 11210711. OLE color: 11210711.

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

Color convert

RGB 215 15 171 -
CMYK 0 0.93 0.20 0.16
HSL 313.2º 0.87% 0.45% -
HSV(B) 313.2º 0.93% 0.84% -
XYZ 35.55 17.73 40.08 -
YUV 92.58 172.26 215.32 -
System Red Green Blue C M Y K H S L
Decimal 215 15 171 0 0.93 0.20 0.16 313.2 0.87 0.45
Hex D7 F AB 0 5D 14 10 139 57 2D
Octal 327 17 253 0 135 24 20 471 127 55
Binary 11010111 1111 10101011 0 1011101 10100 10000 100111001 1010111 101101

Color Harmonies of #D70FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70FAB

Black with #D70FAB

Text Example


Text Example

White with #D70FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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