Html Css Color HEX #D72A98 Deep Cerise

📋 copy color: '#D72A98'

red 215 ◦ green 42 ◦ blue 152

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

Shades of Deep Cerise #D72A98

Tints of Deep Cerise #D72A98

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.27%

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

R = 52.57%
G = 10.27%
B = 37.16%

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

#D72A98 (or 0xD72A98) is known color: Deep Cerise. HEX triplet: D7, 2A and 98. RGB value is (215,42,152). Sum of RGB (Red+Green+Blue) = 215+42+152=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72A98 is #28D567. Grayscale: #6A6A6A. Windows color (decimal): -2676072 or 9972439. OLE color: 9972439.

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

Color convert

RGB 215 42 152 -
CMYK 0 0.80 0.29 0.16
HSL 321.85º 0.68% 0.5% -
HSV(B) 321.85º 0.8% 0.84% -
XYZ 34.52 18.37 31.43 -
YUV 106.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 215 42 152 0 0.80 0.29 0.16 321.85 0.68 0.5
Hex D7 2A 98 0 50 1D 10 142 44 32
Octal 327 52 230 0 120 35 20 502 104 62
Binary 11010111 101010 10011000 0 1010000 11101 10000 101000010 1000100 110010

Color Harmonies of #D72A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A98

Black with #D72A98

Text Example


Text Example

White with #D72A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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