Html Css Color HEX #D72C75 Deep Cerise

📋 copy color: '#D72C75'

red 215 ◦ green 44 ◦ blue 117

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

Shades of Deep Cerise #D72C75

Tints of Deep Cerise #D72C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 57.18%
G = 11.7%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D72C75 (or 0xD72C75) is known color: Deep Cerise. HEX triplet: D7, 2C and 75. RGB value is (215,44,117). Sum of RGB (Red+Green+Blue) = 215+44+117=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 44 (17.58% from 255 or 11.70% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D72C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D72C75 is #28D38A. Grayscale: #676767. Windows color (decimal): -2675595 or 7679191. OLE color: 7679191.

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

Color convert

RGB 215 44 117 -
CMYK 0 0.80 0.46 0.16
HSL 334.39º 0.68% 0.51% -
HSV(B) 334.39º 0.8% 0.84% -
XYZ 32.14 17.53 18.52 -
YUV 103.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 215 44 117 0 0.80 0.46 0.16 334.39 0.68 0.51
Hex D7 2C 75 0 50 2E 10 14E 44 33
Octal 327 54 165 0 120 56 20 516 104 63
Binary 11010111 101100 1110101 0 1010000 101110 10000 101001110 1000100 110011

Color Harmonies of #D72C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72C75

Black with #D72C75

Text Example


Text Example

White with #D72C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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