Html Css Color HEX #D72A93 Deep Cerise

📋 copy color: '#D72A93'

red 215 ◦ green 42 ◦ blue 147

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

Shades of Deep Cerise #D72A93

Tints of Deep Cerise #D72A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 53.22%
G = 10.4%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D72A93 (or 0xD72A93) is known color: Deep Cerise. HEX triplet: D7, 2A and 93. RGB value is (215,42,147). Sum of RGB (Red+Green+Blue) = 215+42+147=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72A93 is #28D56C. Grayscale: #696969. Windows color (decimal): -2676077 or 9644759. OLE color: 9644759.

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

Color convert

RGB 215 42 147 -
CMYK 0 0.80 0.32 0.16
HSL 323.58º 0.68% 0.5% -
HSV(B) 323.58º 0.8% 0.84% -
XYZ 34.12 18.21 29.32 -
YUV 105.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 215 42 147 0 0.80 0.32 0.16 323.58 0.68 0.5
Hex D7 2A 93 0 50 20 10 144 44 32
Octal 327 52 223 0 120 40 20 504 104 62
Binary 11010111 101010 10010011 0 1010000 100000 10000 101000100 1000100 110010

Color Harmonies of #D72A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A93

Black with #D72A93

Text Example


Text Example

White with #D72A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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