Html Css Color HEX #D72C81 Deep Cerise

📋 copy color: '#D72C81'

red 215 ◦ green 44 ◦ blue 129

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

Shades of Deep Cerise #D72C81

Tints of Deep Cerise #D72C81

RGB

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

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

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

R = 55.41%
G = 11.34%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D72C81 (or 0xD72C81) is known color: Deep Cerise. HEX triplet: D7, 2C and 81. RGB value is (215,44,129). Sum of RGB (Red+Green+Blue) = 215+44+129=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 44 (17.58% from 255 or 11.34% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C81 is #28D37E. Grayscale: #686868. Windows color (decimal): -2675583 or 8465623. OLE color: 8465623.

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

Color convert

RGB 215 44 129 -
CMYK 0 0.80 0.4 0.16
HSL 330.18º 0.68% 0.51% -
HSV(B) 330.18º 0.8% 0.84% -
XYZ 32.89 17.83 22.48 -
YUV 104.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 215 44 129 0 0.80 0.4 0.16 330.18 0.68 0.51
Hex D7 2C 81 0 50 28 10 14A 44 33
Octal 327 54 201 0 120 50 20 512 104 63
Binary 11010111 101100 10000001 0 1010000 101000 10000 101001010 1000100 110011

Color Harmonies of #D72C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C81

Black with #D72C81

Text Example


Text Example

White with #D72C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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