Html Css Color HEX #DC27DF Deep Magenta

📋 copy color: '#DC27DF'

red 220 ◦ green 39 ◦ blue 223

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

Shades of Deep Magenta #DC27DF

Tints of Deep Magenta #DC27DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 45.64%
G = 8.09%
B = 46.27%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC27DF (or 0xDC27DF) is known color: Deep Magenta. HEX triplet: DC, 27 and DF. RGB value is (220,39,223). Sum of RGB (Red+Green+Blue) = 220+39+223=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27DF is #23D820. Grayscale: #717171. Windows color (decimal): -2349089 or 14624732. OLE color: 14624732.

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

Color convert

RGB 220 39 223 -
CMYK 0.01 0.83 0 0.13
HSL 299.02º 0.74% 0.51% -
HSV(B) 299.02º 0.83% 0.87% -
XYZ 43.56 21.99 71.76 -
YUV 114.1 189.47 203.54 -
System Red Green Blue C M Y K H S L
Decimal 220 39 223 0.01 0.83 0 0.13 299.02 0.74 0.51
Hex DC 27 DF 1 53 0 D 12B 4A 33
Octal 334 47 337 1 123 0 15 453 112 63
Binary 11011100 100111 11011111 1 1010011 0 1101 100101011 1001010 110011

Color Harmonies of #DC27DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC27DF

Black with #DC27DF

Text Example


Text Example

White with #DC27DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC27DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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