Html Css Color HEX #D72D8D Deep Cerise

📋 copy color: '#D72D8D'

red 215 ◦ green 45 ◦ blue 141

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

Shades of Deep Cerise #D72D8D

Tints of Deep Cerise #D72D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.22%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 53.62%
G = 11.22%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D72D8D (or 0xD72D8D) is known color: Deep Cerise. HEX triplet: D7, 2D and 8D. RGB value is (215,45,141). Sum of RGB (Red+Green+Blue) = 215+45+141=401 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.62% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 215 - color contains mainly: red. Hex color #D72D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72D8D is #28D272. Grayscale: #6A6A6A. Windows color (decimal): -2675315 or 9252311. OLE color: 9252311.

HSL color Cylindrical-coordinate representation of color #D72D8D: hue angle of 326.12º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72D8D is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 45 141 -
CMYK 0 0.79 0.34 0.16
HSL 326.12º 0.68% 0.51% -
HSV(B) 326.12º 0.79% 0.84% -
XYZ 33.77 18.25 26.94 -
YUV 106.77 147.32 205.19 -
System Red Green Blue C M Y K H S L
Decimal 215 45 141 0 0.79 0.34 0.16 326.12 0.68 0.51
Hex D7 2D 8D 0 4F 22 10 146 44 33
Octal 327 55 215 0 117 42 20 506 104 63
Binary 11010111 101101 10001101 0 1001111 100010 10000 101000110 1000100 110011

Color Harmonies of #D72D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72D8D

Black with #D72D8D

Text Example


Text Example

White with #D72D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72D8D; }

 p { color: rgb(215,45,141); }

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

background-color css

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

 a { background-color: rgb(215,45,141); }

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

border-color css

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

 span { border-color: rgb(215,45,141); }

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