Html Css Color HEX #D72A92 Deep Cerise

📋 copy color: '#D72A92'

red 215 ◦ green 42 ◦ blue 146

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

Shades of Deep Cerise #D72A92

Tints of Deep Cerise #D72A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 53.35%
G = 10.42%
B = 36.23%

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

#D72A92 (or 0xD72A92) is known color: Deep Cerise. HEX triplet: D7, 2A and 92. RGB value is (215,42,146). Sum of RGB (Red+Green+Blue) = 215+42+146=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72A92 is #28D56D. Grayscale: #696969. Windows color (decimal): -2676078 or 9579223. OLE color: 9579223.

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

Color convert

RGB 215 42 146 -
CMYK 0 0.80 0.32 0.16
HSL 323.93º 0.68% 0.5% -
HSV(B) 323.93º 0.8% 0.84% -
XYZ 34.04 18.18 28.91 -
YUV 105.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 215 42 146 0 0.80 0.32 0.16 323.93 0.68 0.5
Hex D7 2A 92 0 50 20 10 144 44 32
Octal 327 52 222 0 120 40 20 504 104 62
Binary 11010111 101010 10010010 0 1010000 100000 10000 101000100 1000100 110010

Color Harmonies of #D72A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A92

Black with #D72A92

Text Example


Text Example

White with #D72A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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