Html Css Color HEX #D72698 Deep Cerise

📋 copy color: '#D72698'

red 215 ◦ green 38 ◦ blue 152

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

Shades of Deep Cerise #D72698

Tints of Deep Cerise #D72698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.38%

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

R = 53.09%
G = 9.38%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D72698 (or 0xD72698) is known color: Deep Cerise. HEX triplet: D7, 26 and 98. RGB value is (215,38,152). Sum of RGB (Red+Green+Blue) = 215+38+152=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D72698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72698 is #28D967. Grayscale: #676767. Windows color (decimal): -2677096 or 9971415. OLE color: 9971415.

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

Color convert

RGB 215 38 152 -
CMYK 0 0.82 0.29 0.16
HSL 321.36º 0.7% 0.5% -
HSV(B) 321.36º 0.82% 0.84% -
XYZ 34.38 18.1 31.39 -
YUV 103.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 215 38 152 0 0.82 0.29 0.16 321.36 0.7 0.5
Hex D7 26 98 0 52 1D 10 141 46 32
Octal 327 46 230 0 122 35 20 501 106 62
Binary 11010111 100110 10011000 0 1010010 11101 10000 101000001 1000110 110010

Color Harmonies of #D72698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72698

Black with #D72698

Text Example


Text Example

White with #D72698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72698; }

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

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

background-color css

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

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

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

border-color css

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

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

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