Html Css Color HEX #DD1FDB Deep Magenta

📋 copy color: '#DD1FDB'

red 221 ◦ green 31 ◦ blue 219

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

Shades of Deep Magenta #DD1FDB

Tints of Deep Magenta #DD1FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.5%

R = 46.92%
G = 6.58%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD1FDB (or 0xDD1FDB) is known color: Deep Magenta. HEX triplet: DD, 1F and DB. RGB value is (221,31,219). Sum of RGB (Red+Green+Blue) = 221+31+219=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1FDB is #22E024. Grayscale: #6C6C6C. Windows color (decimal): -2285605 or 14360541. OLE color: 14360541.

HSL color Cylindrical-coordinate representation of color #DD1FDB: hue angle of 300.63º 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 #DD1FDB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 31 219 -
CMYK 0 0.86 0.01 0.13
HSL 300.63º 0.75% 0.49% -
HSV(B) 300.63º 0.86% 0.87% -
XYZ 43.09 21.47 68.89 -
YUV 109.24 189.95 207.71 -
System Red Green Blue C M Y K H S L
Decimal 221 31 219 0 0.86 0.01 0.13 300.63 0.75 0.49
Hex DD 1F DB 0 56 1 D 12D 4B 31
Octal 335 37 333 0 126 1 15 455 113 61
Binary 11011101 11111 11011011 0 1010110 1 1101 100101101 1001011 110001

Color Harmonies of #DD1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1FDB

Black with #DD1FDB

Text Example


Text Example

White with #DD1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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