Html Css Color HEX #D224E1 Deep Magenta

📋 copy color: '#D224E1'

red 210 ◦ green 36 ◦ blue 225

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

Shades of Deep Magenta #D224E1

Tints of Deep Magenta #D224E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.77%

R = 44.59%
G = 7.64%
B = 47.77%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D224E1 (or 0xD224E1) is known color: Deep Magenta. HEX triplet: D2, 24 and E1. RGB value is (210,36,225). Sum of RGB (Red+Green+Blue) = 210+36+225=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 36 (14.45% from 255 or 7.64% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #D224E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224E1 is #2DDB1E. Grayscale: #6C6C6C. Windows color (decimal): -3005215 or 14755026. OLE color: 14755026.

HSL color Cylindrical-coordinate representation of color #D224E1: hue angle of 295.24º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D224E1 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 36 225 -
CMYK 0.07 0.84 0 0.12
HSL 295.24º 0.76% 0.51% -
HSV(B) 295.24º 0.84% 0.88% -
XYZ 40.8 20.4 73.02 -
YUV 109.57 193.15 199.63 -
System Red Green Blue C M Y K H S L
Decimal 210 36 225 0.07 0.84 0 0.12 295.24 0.76 0.51
Hex D2 24 E1 7 54 0 C 127 4C 33
Octal 322 44 341 7 124 0 14 447 114 63
Binary 11010010 100100 11100001 111 1010100 0 1100 100100111 1001100 110011

Color Harmonies of #D224E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D224E1

Black with #D224E1

Text Example


Text Example

White with #D224E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D224E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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