Html Css Color HEX #D72AAB Deep Cerise

📋 copy color: '#D72AAB'

red 215 ◦ green 42 ◦ blue 171

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

Shades of Deep Cerise #D72AAB

Tints of Deep Cerise #D72AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.81%

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

R = 50.23%
G = 9.81%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D72AAB (or 0xD72AAB) is known color: Deep Cerise. HEX triplet: D7, 2A and AB. RGB value is (215,42,171). Sum of RGB (Red+Green+Blue) = 215+42+171=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72AAB is #28D554. Grayscale: #6C6C6C. Windows color (decimal): -2676053 or 11217623. OLE color: 11217623.

HSL color Cylindrical-coordinate representation of color #D72AAB: hue angle of 315.26º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72AAB is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 171 -
CMYK 0 0.80 0.20 0.16
HSL 315.26º 0.68% 0.5% -
HSV(B) 315.26º 0.8% 0.84% -
XYZ 36.2 19.04 40.3 -
YUV 108.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 215 42 171 0 0.80 0.20 0.16 315.26 0.68 0.5
Hex D7 2A AB 0 50 14 10 13B 44 32
Octal 327 52 253 0 120 24 20 473 104 62
Binary 11010111 101010 10101011 0 1010000 10100 10000 100111011 1000100 110010

Color Harmonies of #D72AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72AAB

Black with #D72AAB

Text Example


Text Example

White with #D72AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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