Html Css Color HEX #DD13D4 Deep Magenta

📋 copy color: '#DD13D4'

red 221 ◦ green 19 ◦ blue 212

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

Shades of Deep Magenta #DD13D4

Tints of Deep Magenta #DD13D4

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.2%

 BLUE value IS 212 (83.2% from 255) = 46.9%

R = 48.89%
G = 4.2%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD13D4 (or 0xDD13D4) is known color: Deep Magenta. HEX triplet: DD, 13 and D4. RGB value is (221,19,212). Sum of RGB (Red+Green+Blue) = 221+19+212=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13D4 is #22EC2B. Grayscale: #646464. Windows color (decimal): -2288684 or 13898717. OLE color: 13898717.

HSL color Cylindrical-coordinate representation of color #DD13D4: hue angle of 302.67º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD13D4 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 19 212 -
CMYK 0 0.91 0.04 0.13
HSL 302.67º 0.84% 0.47% -
HSV(B) 302.67º 0.91% 0.87% -
XYZ 41.94 20.59 64.05 -
YUV 101.4 190.42 213.31 -
System Red Green Blue C M Y K H S L
Decimal 221 19 212 0 0.91 0.04 0.13 302.67 0.84 0.47
Hex DD 13 D4 0 5B 4 D 12F 54 2F
Octal 335 23 324 0 133 4 15 457 124 57
Binary 11011101 10011 11010100 0 1011011 100 1101 100101111 1010100 101111

Color Harmonies of #DD13D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD13D4

Black with #DD13D4

Text Example


Text Example

White with #DD13D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD13D4; }

 p { color: rgb(221,19,212); }

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

background-color css

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

 a { background-color: rgb(221,19,212); }

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

border-color css

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

 span { border-color: rgb(221,19,212); }

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