Html Css Color HEX #D72B93 Deep Cerise

📋 copy color: '#D72B93'

red 215 ◦ green 43 ◦ blue 147

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

Shades of Deep Cerise #D72B93

Tints of Deep Cerise #D72B93

RGB

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

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

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

R = 53.09%
G = 10.62%
B = 36.3%

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

#D72B93 (or 0xD72B93) is known color: Deep Cerise. HEX triplet: D7, 2B and 93. RGB value is (215,43,147). Sum of RGB (Red+Green+Blue) = 215+43+147=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72B93 is #28D46C. Grayscale: #6A6A6A. Windows color (decimal): -2675821 or 9645015. OLE color: 9645015.

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

Color convert

RGB 215 43 147 -
CMYK 0 0.8 0.32 0.16
HSL 323.72º 0.68% 0.51% -
HSV(B) 323.72º 0.8% 0.84% -
XYZ 34.15 18.28 29.33 -
YUV 106.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 215 43 147 0 0.8 0.32 0.16 323.72 0.68 0.51
Hex D7 2B 93 0 50 20 10 144 44 33
Octal 327 53 223 0 120 40 20 504 104 63
Binary 11010111 101011 10010011 0 1010000 100000 10000 101000100 1000100 110011

Color Harmonies of #D72B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B93

Black with #D72B93

Text Example


Text Example

White with #D72B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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