Html Css Color HEX #D225DD Deep Magenta

📋 copy color: '#D225DD'

red 210 ◦ green 37 ◦ blue 221

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

Shades of Deep Magenta #D225DD

Tints of Deep Magenta #D225DD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.91%

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

R = 44.87%
G = 7.91%
B = 47.22%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D225DD (or 0xD225DD) is known color: Deep Magenta. HEX triplet: D2, 25 and DD. RGB value is (210,37,221). Sum of RGB (Red+Green+Blue) = 210+37+221=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #D225DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D225DD is #2DDA22. Grayscale: #6D6D6D. Windows color (decimal): -3004963 or 14493138. OLE color: 14493138.

HSL color Cylindrical-coordinate representation of color #D225DD: hue angle of 296.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D225DD is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 37 221 -
CMYK 0.05 0.83 0 0.13
HSL 296.41º 0.73% 0.51% -
HSV(B) 296.41º 0.83% 0.87% -
XYZ 40.29 20.25 70.19 -
YUV 109.7 190.81 199.54 -
System Red Green Blue C M Y K H S L
Decimal 210 37 221 0.05 0.83 0 0.13 296.41 0.73 0.51
Hex D2 25 DD 5 53 0 D 128 49 33
Octal 322 45 335 5 123 0 15 450 111 63
Binary 11010010 100101 11011101 101 1010011 0 1101 100101000 1001001 110011

Color Harmonies of #D225DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D225DD

Black with #D225DD

Text Example


Text Example

White with #D225DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D225DD; }

 p { color: rgb(210,37,221); }

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

background-color css

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

 a { background-color: rgb(210,37,221); }

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

border-color css

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

 span { border-color: rgb(210,37,221); }

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