Html Css Color HEX #D72981 Deep Cerise

📋 copy color: '#D72981'

red 215 ◦ green 41 ◦ blue 129

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

Shades of Deep Cerise #D72981

Tints of Deep Cerise #D72981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.65%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 55.84%
G = 10.65%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D72981 (or 0xD72981) is known color: Deep Cerise. HEX triplet: D7, 29 and 81. RGB value is (215,41,129). Sum of RGB (Red+Green+Blue) = 215+41+129=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D72981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72981 is #28D67E. Grayscale: #666666. Windows color (decimal): -2676351 or 8464855. OLE color: 8464855.

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

Color convert

RGB 215 41 129 -
CMYK 0 0.81 0.4 0.16
HSL 329.66º 0.69% 0.5% -
HSV(B) 329.66º 0.81% 0.84% -
XYZ 32.78 17.62 22.44 -
YUV 103.06 142.65 207.84 -
System Red Green Blue C M Y K H S L
Decimal 215 41 129 0 0.81 0.4 0.16 329.66 0.69 0.5
Hex D7 29 81 0 51 28 10 14A 45 32
Octal 327 51 201 0 121 50 20 512 105 62
Binary 11010111 101001 10000001 0 1010001 101000 10000 101001010 1000101 110010

Color Harmonies of #D72981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72981

Black with #D72981

Text Example


Text Example

White with #D72981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72981; }

 p { color: rgb(215,41,129); }

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

background-color css

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

 a { background-color: rgb(215,41,129); }

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

border-color css

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

 span { border-color: rgb(215,41,129); }

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