Html Css Color HEX #DD1FD4 Deep Magenta

📋 copy color: '#DD1FD4'

red 221 ◦ green 31 ◦ blue 212

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

Shades of Deep Magenta #DD1FD4

Tints of Deep Magenta #DD1FD4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.68%

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

R = 47.63%
G = 6.68%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD1FD4 (or 0xDD1FD4) is known color: Deep Magenta. HEX triplet: DD, 1F and D4. RGB value is (221,31,212). Sum of RGB (Red+Green+Blue) = 221+31+212=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FD4 is #22E02B. Grayscale: #6B6B6B. Windows color (decimal): -2285612 or 13901789. OLE color: 13901789.

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

Color convert

RGB 221 31 212 -
CMYK 0 0.86 0.04 0.13
HSL 302.84º 0.75% 0.49% -
HSV(B) 302.84º 0.86% 0.87% -
XYZ 42.19 21.11 64.14 -
YUV 108.44 186.45 208.28 -
System Red Green Blue C M Y K H S L
Decimal 221 31 212 0 0.86 0.04 0.13 302.84 0.75 0.49
Hex DD 1F D4 0 56 4 D 12F 4B 31
Octal 335 37 324 0 126 4 15 457 113 61
Binary 11011101 11111 11010100 0 1010110 100 1101 100101111 1001011 110001

Color Harmonies of #DD1FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FD4

Black with #DD1FD4

Text Example


Text Example

White with #DD1FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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