Html Css Color HEX #D72CDD Deep Magenta

📋 copy color: '#D72CDD'

red 215 ◦ green 44 ◦ blue 221

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

Shades of Deep Magenta #D72CDD

Tints of Deep Magenta #D72CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 44.79%
G = 9.17%
B = 46.04%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D72CDD (or 0xD72CDD) is known color: Deep Magenta. HEX triplet: D7, 2C and DD. RGB value is (215,44,221). Sum of RGB (Red+Green+Blue) = 215+44+221=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #D72CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72CDD is #28D322. Grayscale: #727272. Windows color (decimal): -2675491 or 14494935. OLE color: 14494935.

HSL color Cylindrical-coordinate representation of color #D72CDD: hue angle of 297.97º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72CDD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 44 221 -
CMYK 0.03 0.80 0 0.13
HSL 297.97º 0.72% 0.52% -
HSV(B) 297.97º 0.8% 0.87% -
XYZ 41.98 21.47 70.34 -
YUV 115.31 187.65 199.11 -
System Red Green Blue C M Y K H S L
Decimal 215 44 221 0.03 0.80 0 0.13 297.97 0.72 0.52
Hex D7 2C DD 3 50 0 D 12A 48 34
Octal 327 54 335 3 120 0 15 452 110 64
Binary 11010111 101100 11011101 11 1010000 0 1101 100101010 1001000 110100

Color Harmonies of #D72CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CDD

Black with #D72CDD

Text Example


Text Example

White with #D72CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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