Html Css Color HEX #D72C7C Deep Cerise

📋 copy color: '#D72C7C'

red 215 ◦ green 44 ◦ blue 124

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

Shades of Deep Cerise #D72C7C

Tints of Deep Cerise #D72C7C

RGB

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

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

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

R = 56.14%
G = 11.49%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D72C7C (or 0xD72C7C) is known color: Deep Cerise. HEX triplet: D7, 2C and 7C. RGB value is (215,44,124). Sum of RGB (Red+Green+Blue) = 215+44+124=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C7C is #28D383. Grayscale: #686868. Windows color (decimal): -2675588 or 8137943. OLE color: 8137943.

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

Color convert

RGB 215 44 124 -
CMYK 0 0.80 0.42 0.16
HSL 331.93º 0.68% 0.51% -
HSV(B) 331.93º 0.8% 0.84% -
XYZ 32.56 17.7 20.77 -
YUV 104.25 139.15 207 -
System Red Green Blue C M Y K H S L
Decimal 215 44 124 0 0.80 0.42 0.16 331.93 0.68 0.51
Hex D7 2C 7C 0 50 2A 10 14C 44 33
Octal 327 54 174 0 120 52 20 514 104 63
Binary 11010111 101100 1111100 0 1010000 101010 10000 101001100 1000100 110011

Color Harmonies of #D72C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C7C

Black with #D72C7C

Text Example


Text Example

White with #D72C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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