Html Css Color HEX #DC0FDD Deep Magenta

📋 copy color: '#DC0FDD'

red 220 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #DC0FDD

Tints of Deep Magenta #DC0FDD

RGB

 RED value IS 220 (86.33% from 255) = 48.25%

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 48.25%
G = 3.29%
B = 48.46%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC0FDD (or 0xDC0FDD) is known color: Deep Magenta. HEX triplet: DC, 0F and DD. RGB value is (220,15,221). Sum of RGB (Red+Green+Blue) = 220+15+221=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FDD is #23F022. Grayscale: #636363. Windows color (decimal): -2355235 or 14487516. OLE color: 14487516.

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

Color convert

RGB 220 15 221 -
CMYK 0.00 0.93 0 0.13
HSL 299.71º 0.87% 0.46% -
HSV(B) 299.71º 0.93% 0.87% -
XYZ 42.74 20.78 70.16 -
YUV 99.78 196.42 213.75 -
System Red Green Blue C M Y K H S L
Decimal 220 15 221 0.00 0.93 0 0.13 299.71 0.87 0.46
Hex DC F DD 0 5D 0 D 12C 57 2E
Octal 334 17 335 0 135 0 15 454 127 56
Binary 11011100 1111 11011101 0 1011101 0 1101 100101100 1010111 101110

Color Harmonies of #DC0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0FDD

Black with #DC0FDD

Text Example


Text Example

White with #DC0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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