Html Css Color HEX #DD0FD4 Deep Magenta

📋 copy color: '#DD0FD4'

red 221 ◦ green 15 ◦ blue 212

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

Shades of Deep Magenta #DD0FD4

Tints of Deep Magenta #DD0FD4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.35%

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

R = 49.33%
G = 3.35%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD0FD4 (or 0xDD0FD4) is known color: Deep Magenta. HEX triplet: DD, 0F and D4. RGB value is (221,15,212). Sum of RGB (Red+Green+Blue) = 221+15+212=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0FD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0FD4 is #22F02B. Grayscale: #626262. Windows color (decimal): -2289708 or 13897693. OLE color: 13897693.

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

Color convert

RGB 221 15 212 -
CMYK 0 0.93 0.04 0.13
HSL 302.62º 0.87% 0.46% -
HSV(B) 302.62º 0.93% 0.87% -
XYZ 41.87 20.47 64.03 -
YUV 99.05 191.75 214.98 -
System Red Green Blue C M Y K H S L
Decimal 221 15 212 0 0.93 0.04 0.13 302.62 0.87 0.46
Hex DD F D4 0 5D 4 D 12F 57 2E
Octal 335 17 324 0 135 4 15 457 127 56
Binary 11011101 1111 11010100 0 1011101 100 1101 100101111 1010111 101110

Color Harmonies of #DD0FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0FD4

Black with #DD0FD4

Text Example


Text Example

White with #DD0FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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