Html Css Color HEX #D224C7 Deep Magenta

📋 copy color: '#D224C7'

red 210 ◦ green 36 ◦ blue 199

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

Shades of Deep Magenta #D224C7

Tints of Deep Magenta #D224C7

RGB

 RED value IS 210 (82.42% from 255) = 47.19%

 GREEN value IS 36 (14.45% from 255) = 8.09%

 BLUE value IS 199 (78.13% from 255) = 44.72%

R = 47.19%
G = 8.09%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D224C7 (or 0xD224C7) is known color: Deep Magenta. HEX triplet: D2, 24 and C7. RGB value is (210,36,199). Sum of RGB (Red+Green+Blue) = 210+36+199=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D224C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224C7 is #2DDB38. Grayscale: #6A6A6A. Windows color (decimal): -3005241 or 13051090. OLE color: 13051090.

HSL color Cylindrical-coordinate representation of color #D224C7: hue angle of 303.79º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D224C7 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 36 199 -
CMYK 0 0.83 0.05 0.18
HSL 303.79º 0.71% 0.48% -
HSV(B) 303.79º 0.83% 0.82% -
XYZ 37.52 19.09 55.74 -
YUV 106.61 180.15 201.75 -
System Red Green Blue C M Y K H S L
Decimal 210 36 199 0 0.83 0.05 0.18 303.79 0.71 0.48
Hex D2 24 C7 0 53 5 12 130 47 30
Octal 322 44 307 0 123 5 22 460 107 60
Binary 11010010 100100 11000111 0 1010011 101 10010 100110000 1000111 110000

Color Harmonies of #D224C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D224C7

Black with #D224C7

Text Example


Text Example

White with #D224C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D224C7; }

 p { color: rgb(210,36,199); }

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

background-color css

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

 a { background-color: rgb(210,36,199); }

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

border-color css

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

 span { border-color: rgb(210,36,199); }

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