Html Css Color HEX #DC27DD Deep Magenta

📋 copy color: '#DC27DD'

red 220 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #DC27DD

Tints of Deep Magenta #DC27DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.13%

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

R = 45.83%
G = 8.13%
B = 46.04%

CMYK

 C value IS 0.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC27DD (or 0xDC27DD) is known color: Deep Magenta. HEX triplet: DC, 27 and DD. RGB value is (220,39,221). Sum of RGB (Red+Green+Blue) = 220+39+221=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC27DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27DD is #23D822. Grayscale: #717171. Windows color (decimal): -2349091 or 14493660. OLE color: 14493660.

HSL color Cylindrical-coordinate representation of color #DC27DD: hue angle of 299.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27DD is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 39 221 -
CMYK 0.00 0.82 0 0.13
HSL 299.67º 0.73% 0.51% -
HSV(B) 299.67º 0.82% 0.87% -
XYZ 43.29 21.89 70.35 -
YUV 113.87 188.47 203.7 -
System Red Green Blue C M Y K H S L
Decimal 220 39 221 0.00 0.82 0 0.13 299.67 0.73 0.51
Hex DC 27 DD 0 52 0 D 12C 49 33
Octal 334 47 335 0 122 0 15 454 111 63
Binary 11011100 100111 11011101 0 1010010 0 1101 100101100 1001001 110011

Color Harmonies of #DC27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC27DD

Black with #DC27DD

Text Example


Text Example

White with #DC27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC27DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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