Html Css Color HEX #D72C7D Deep Cerise

📋 copy color: '#D72C7D'

red 215 ◦ green 44 ◦ blue 125

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

Shades of Deep Cerise #D72C7D

Tints of Deep Cerise #D72C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 55.99%
G = 11.46%
B = 32.55%

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

#D72C7D (or 0xD72C7D) is known color: Deep Cerise. HEX triplet: D7, 2C and 7D. RGB value is (215,44,125). Sum of RGB (Red+Green+Blue) = 215+44+125=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C7D is #28D382. Grayscale: #686868. Windows color (decimal): -2675587 or 8203479. OLE color: 8203479.

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

Color convert

RGB 215 44 125 -
CMYK 0 0.80 0.42 0.16
HSL 331.58º 0.68% 0.51% -
HSV(B) 331.58º 0.8% 0.84% -
XYZ 32.63 17.73 21.1 -
YUV 104.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 215 44 125 0 0.80 0.42 0.16 331.58 0.68 0.51
Hex D7 2C 7D 0 50 2A 10 14C 44 33
Octal 327 54 175 0 120 52 20 514 104 63
Binary 11010111 101100 1111101 0 1010000 101010 10000 101001100 1000100 110011

Color Harmonies of #D72C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C7D

Black with #D72C7D

Text Example


Text Example

White with #D72C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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