Html Css Color HEX #D72C92 Deep Cerise

📋 copy color: '#D72C92'

red 215 ◦ green 44 ◦ blue 146

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

Shades of Deep Cerise #D72C92

Tints of Deep Cerise #D72C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.86%

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

R = 53.09%
G = 10.86%
B = 36.05%

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

#D72C92 (or 0xD72C92) is known color: Deep Cerise. HEX triplet: D7, 2C and 92. RGB value is (215,44,146). Sum of RGB (Red+Green+Blue) = 215+44+146=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 44 (17.58% from 255 or 10.86% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C92 is #28D36D. Grayscale: #6A6A6A. Windows color (decimal): -2675566 or 9579735. OLE color: 9579735.

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

Color convert

RGB 215 44 146 -
CMYK 0 0.80 0.32 0.16
HSL 324.21º 0.68% 0.51% -
HSV(B) 324.21º 0.8% 0.84% -
XYZ 34.11 18.32 28.93 -
YUV 106.76 150.15 205.21 -
System Red Green Blue C M Y K H S L
Decimal 215 44 146 0 0.80 0.32 0.16 324.21 0.68 0.51
Hex D7 2C 92 0 50 20 10 144 44 33
Octal 327 54 222 0 120 40 20 504 104 63
Binary 11010111 101100 10010010 0 1010000 100000 10000 101000100 1000100 110011

Color Harmonies of #D72C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C92

Black with #D72C92

Text Example


Text Example

White with #D72C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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