Html Css Color HEX #D72D98 Deep Cerise

📋 copy color: '#D72D98'

red 215 ◦ green 45 ◦ blue 152

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

Shades of Deep Cerise #D72D98

Tints of Deep Cerise #D72D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.92%

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

R = 52.18%
G = 10.92%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D72D98 (or 0xD72D98) is known color: Deep Cerise. HEX triplet: D7, 2D and 98. RGB value is (215,45,152). Sum of RGB (Red+Green+Blue) = 215+45+152=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 45 (17.97% from 255 or 10.92% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72D98 is #28D267. Grayscale: #6B6B6B. Windows color (decimal): -2675304 or 9973207. OLE color: 9973207.

HSL color Cylindrical-coordinate representation of color #D72D98: hue angle of 322.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D98 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 45 152 -
CMYK 0 0.79 0.29 0.16
HSL 322.24º 0.68% 0.51% -
HSV(B) 322.24º 0.79% 0.84% -
XYZ 34.63 18.59 31.47 -
YUV 108.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 215 45 152 0 0.79 0.29 0.16 322.24 0.68 0.51
Hex D7 2D 98 0 4F 1D 10 142 44 33
Octal 327 55 230 0 117 35 20 502 104 63
Binary 11010111 101101 10011000 0 1001111 11101 10000 101000010 1000100 110011

Color Harmonies of #D72D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D98

Black with #D72D98

Text Example


Text Example

White with #D72D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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