Html Css Color HEX #D72B92 Deep Cerise

📋 copy color: '#D72B92'

red 215 ◦ green 43 ◦ blue 146

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

Shades of Deep Cerise #D72B92

Tints of Deep Cerise #D72B92

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.64%

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

R = 53.22%
G = 10.64%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D72B92 (or 0xD72B92) is known color: Deep Cerise. HEX triplet: D7, 2B and 92. RGB value is (215,43,146). Sum of RGB (Red+Green+Blue) = 215+43+146=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72B92 is #28D46D. Grayscale: #696969. Windows color (decimal): -2675822 or 9579479. OLE color: 9579479.

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

Color convert

RGB 215 43 146 -
CMYK 0 0.8 0.32 0.16
HSL 324.07º 0.68% 0.51% -
HSV(B) 324.07º 0.8% 0.84% -
XYZ 34.08 18.25 28.92 -
YUV 106.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 215 43 146 0 0.8 0.32 0.16 324.07 0.68 0.51
Hex D7 2B 92 0 50 20 10 144 44 33
Octal 327 53 222 0 120 40 20 504 104 63
Binary 11010111 101011 10010010 0 1010000 100000 10000 101000100 1000100 110011

Color Harmonies of #D72B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B92

Black with #D72B92

Text Example


Text Example

White with #D72B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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