Html Css Color HEX #D72C98 Deep Cerise

📋 copy color: '#D72C98'

red 215 ◦ green 44 ◦ blue 152

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

Shades of Deep Cerise #D72C98

Tints of Deep Cerise #D72C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 52.31%
G = 10.71%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D72C98 (or 0xD72C98) is known color: Deep Cerise. HEX triplet: D7, 2C and 98. RGB value is (215,44,152). Sum of RGB (Red+Green+Blue) = 215+44+152=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C98 is #28D367. Grayscale: #6B6B6B. Windows color (decimal): -2675560 or 9972951. OLE color: 9972951.

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

Color convert

RGB 215 44 152 -
CMYK 0 0.80 0.29 0.16
HSL 322.11º 0.68% 0.51% -
HSV(B) 322.11º 0.8% 0.84% -
XYZ 34.59 18.52 31.46 -
YUV 107.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 215 44 152 0 0.80 0.29 0.16 322.11 0.68 0.51
Hex D7 2C 98 0 50 1D 10 142 44 33
Octal 327 54 230 0 120 35 20 502 104 63
Binary 11010111 101100 10011000 0 1010000 11101 10000 101000010 1000100 110011

Color Harmonies of #D72C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C98

Black with #D72C98

Text Example


Text Example

White with #D72C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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