Html Css Color HEX #D72C8A Deep Cerise

📋 copy color: '#D72C8A'

red 215 ◦ green 44 ◦ blue 138

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

Shades of Deep Cerise #D72C8A

Tints of Deep Cerise #D72C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 54.16%
G = 11.08%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D72C8A (or 0xD72C8A) is known color: Deep Cerise. HEX triplet: D7, 2C and 8A. RGB value is (215,44,138). Sum of RGB (Red+Green+Blue) = 215+44+138=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72C8A is #28D375. Grayscale: #696969. Windows color (decimal): -2675574 or 9055447. OLE color: 9055447.

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

Color convert

RGB 215 44 138 -
CMYK 0 0.80 0.36 0.16
HSL 327.02º 0.68% 0.51% -
HSV(B) 327.02º 0.8% 0.84% -
XYZ 33.51 18.08 25.77 -
YUV 105.85 146.15 205.86 -
System Red Green Blue C M Y K H S L
Decimal 215 44 138 0 0.80 0.36 0.16 327.02 0.68 0.51
Hex D7 2C 8A 0 50 24 10 147 44 33
Octal 327 54 212 0 120 44 20 507 104 63
Binary 11010111 101100 10001010 0 1010000 100100 10000 101000111 1000100 110011

Color Harmonies of #D72C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C8A

Black with #D72C8A

Text Example


Text Example

White with #D72C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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