Html Css Color HEX #DD25DE Deep Magenta

📋 copy color: '#DD25DE'

red 221 ◦ green 37 ◦ blue 222

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

Shades of Deep Magenta #DD25DE

Tints of Deep Magenta #DD25DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 46.04%
G = 7.71%
B = 46.25%

CMYK

 C value IS 0.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD25DE (or 0xDD25DE) is known color: Deep Magenta. HEX triplet: DD, 25 and DE. RGB value is (221,37,222). Sum of RGB (Red+Green+Blue) = 221+37+222=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 37 (14.84% from 255 or 7.71% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD25DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD25DE is #22DA21. Grayscale: #707070. Windows color (decimal): -2284066 or 14558685. OLE color: 14558685.

HSL color Cylindrical-coordinate representation of color #DD25DE: hue angle of 299.68º degrees, saturation: 0.74, 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 #DD25DE is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 37 222 -
CMYK 0.00 0.83 0 0.13
HSL 299.68º 0.74% 0.51% -
HSV(B) 299.68º 0.83% 0.87% -
XYZ 43.67 21.97 71.05 -
YUV 113.11 189.46 204.96 -
System Red Green Blue C M Y K H S L
Decimal 221 37 222 0.00 0.83 0 0.13 299.68 0.74 0.51
Hex DD 25 DE 0 53 0 D 12C 4A 33
Octal 335 45 336 0 123 0 15 454 112 63
Binary 11011101 100101 11011110 0 1010011 0 1101 100101100 1001010 110011

Color Harmonies of #DD25DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD25DE

Black with #DD25DE

Text Example


Text Example

White with #DD25DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD25DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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