Html Css Color HEX #D72C95 Deep Cerise

📋 copy color: '#D72C95'

red 215 ◦ green 44 ◦ blue 149

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

Shades of Deep Cerise #D72C95

Tints of Deep Cerise #D72C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 52.7%
G = 10.78%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D72C95 (or 0xD72C95) is known color: Deep Cerise. HEX triplet: D7, 2C and 95. RGB value is (215,44,149). Sum of RGB (Red+Green+Blue) = 215+44+149=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C95 is #28D36A. Grayscale: #6A6A6A. Windows color (decimal): -2675563 or 9776343. OLE color: 9776343.

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

Color convert

RGB 215 44 149 -
CMYK 0 0.80 0.31 0.16
HSL 323.16º 0.68% 0.51% -
HSV(B) 323.16º 0.8% 0.84% -
XYZ 34.35 18.42 30.18 -
YUV 107.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 215 44 149 0 0.80 0.31 0.16 323.16 0.68 0.51
Hex D7 2C 95 0 50 1F 10 143 44 33
Octal 327 54 225 0 120 37 20 503 104 63
Binary 11010111 101100 10010101 0 1010000 11111 10000 101000011 1000100 110011

Color Harmonies of #D72C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C95

Black with #D72C95

Text Example


Text Example

White with #D72C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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