Html Css Color HEX #D72C7E Deep Cerise

📋 copy color: '#D72C7E'

red 215 ◦ green 44 ◦ blue 126

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

Shades of Deep Cerise #D72C7E

Tints of Deep Cerise #D72C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 55.84%
G = 11.43%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D72C7E (or 0xD72C7E) is known color: Deep Cerise. HEX triplet: D7, 2C and 7E. RGB value is (215,44,126). Sum of RGB (Red+Green+Blue) = 215+44+126=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C7E is #28D381. Grayscale: #686868. Windows color (decimal): -2675586 or 8269015. OLE color: 8269015.

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

Color convert

RGB 215 44 126 -
CMYK 0 0.80 0.41 0.16
HSL 331.23º 0.68% 0.51% -
HSV(B) 331.23º 0.8% 0.84% -
XYZ 32.69 17.75 21.44 -
YUV 104.48 140.15 206.83 -
System Red Green Blue C M Y K H S L
Decimal 215 44 126 0 0.80 0.41 0.16 331.23 0.68 0.51
Hex D7 2C 7E 0 50 29 10 14B 44 33
Octal 327 54 176 0 120 51 20 513 104 63
Binary 11010111 101100 1111110 0 1010000 101001 10000 101001011 1000100 110011

Color Harmonies of #D72C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C7E

Black with #D72C7E

Text Example


Text Example

White with #D72C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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