Html Css Color HEX #D72C7A Deep Cerise

📋 copy color: '#D72C7A'

red 215 ◦ green 44 ◦ blue 122

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

Shades of Deep Cerise #D72C7A

Tints of Deep Cerise #D72C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 56.43%
G = 11.55%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D72C7A (or 0xD72C7A) is known color: Deep Cerise. HEX triplet: D7, 2C and 7A. RGB value is (215,44,122). Sum of RGB (Red+Green+Blue) = 215+44+122=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C7A is #28D385. Grayscale: #676767. Windows color (decimal): -2675590 or 8006871. OLE color: 8006871.

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

Color convert

RGB 215 44 122 -
CMYK 0 0.80 0.43 0.16
HSL 332.63º 0.68% 0.51% -
HSV(B) 332.63º 0.8% 0.84% -
XYZ 32.44 17.65 20.11 -
YUV 104.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 215 44 122 0 0.80 0.43 0.16 332.63 0.68 0.51
Hex D7 2C 7A 0 50 2B 10 14D 44 33
Octal 327 54 172 0 120 53 20 515 104 63
Binary 11010111 101100 1111010 0 1010000 101011 10000 101001101 1000100 110011

Color Harmonies of #D72C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C7A

Black with #D72C7A

Text Example


Text Example

White with #D72C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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