Html Css Color HEX #D72C94 Deep Cerise

📋 copy color: '#D72C94'

red 215 ◦ green 44 ◦ blue 148

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

Shades of Deep Cerise #D72C94

Tints of Deep Cerise #D72C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 52.83%
G = 10.81%
B = 36.36%

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

#D72C94 (or 0xD72C94) is known color: Deep Cerise. HEX triplet: D7, 2C and 94. RGB value is (215,44,148). Sum of RGB (Red+Green+Blue) = 215+44+148=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C94 is #28D36B. Grayscale: #6A6A6A. Windows color (decimal): -2675564 or 9710807. OLE color: 9710807.

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

Color convert

RGB 215 44 148 -
CMYK 0 0.80 0.31 0.16
HSL 323.51º 0.68% 0.51% -
HSV(B) 323.51º 0.8% 0.84% -
XYZ 34.27 18.39 29.76 -
YUV 106.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 215 44 148 0 0.80 0.31 0.16 323.51 0.68 0.51
Hex D7 2C 94 0 50 1F 10 144 44 33
Octal 327 54 224 0 120 37 20 504 104 63
Binary 11010111 101100 10010100 0 1010000 11111 10000 101000100 1000100 110011

Color Harmonies of #D72C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C94

Black with #D72C94

Text Example


Text Example

White with #D72C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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