Html Css Color HEX #D72B7C Deep Cerise

📋 copy color: '#D72B7C'

red 215 ◦ green 43 ◦ blue 124

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

Shades of Deep Cerise #D72B7C

Tints of Deep Cerise #D72B7C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.26%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 56.28%
G = 11.26%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D72B7C (or 0xD72B7C) is known color: Deep Cerise. HEX triplet: D7, 2B and 7C. RGB value is (215,43,124). Sum of RGB (Red+Green+Blue) = 215+43+124=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72B7C is #28D483. Grayscale: #676767. Windows color (decimal): -2675844 or 8137687. OLE color: 8137687.

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

Color convert

RGB 215 43 124 -
CMYK 0 0.8 0.42 0.16
HSL 331.74º 0.68% 0.51% -
HSV(B) 331.74º 0.8% 0.84% -
XYZ 32.53 17.63 20.76 -
YUV 103.66 139.48 207.41 -
System Red Green Blue C M Y K H S L
Decimal 215 43 124 0 0.8 0.42 0.16 331.74 0.68 0.51
Hex D7 2B 7C 0 50 2A 10 14C 44 33
Octal 327 53 174 0 120 52 20 514 104 63
Binary 11010111 101011 1111100 0 1010000 101010 10000 101001100 1000100 110011

Color Harmonies of #D72B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B7C

Black with #D72B7C

Text Example


Text Example

White with #D72B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B7C; }

 p { color: rgb(215,43,124); }

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

background-color css

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

 a { background-color: rgb(215,43,124); }

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

border-color css

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

 span { border-color: rgb(215,43,124); }

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