Html Css Color HEX #DC25DA Deep Magenta

📋 copy color: '#DC25DA'

red 220 ◦ green 37 ◦ blue 218

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

Shades of Deep Magenta #DC25DA

Tints of Deep Magenta #DC25DA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.79%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 46.32%
G = 7.79%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC25DA (or 0xDC25DA) is known color: Deep Magenta. HEX triplet: DC, 25 and DA. RGB value is (220,37,218). Sum of RGB (Red+Green+Blue) = 220+37+218=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25DA is #23DA25. Grayscale: #6F6F6F. Windows color (decimal): -2349606 or 14296540. OLE color: 14296540.

HSL color Cylindrical-coordinate representation of color #DC25DA: hue angle of 300.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC25DA is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 37 218 -
CMYK 0 0.83 0.01 0.14
HSL 300.66º 0.72% 0.5% -
HSV(B) 300.66º 0.83% 0.86% -
XYZ 42.83 21.6 68.24 -
YUV 112.35 187.63 204.78 -
System Red Green Blue C M Y K H S L
Decimal 220 37 218 0 0.83 0.01 0.14 300.66 0.72 0.5
Hex DC 25 DA 0 53 1 E 12D 48 32
Octal 334 45 332 0 123 1 16 455 110 62
Binary 11011100 100101 11011010 0 1010011 1 1110 100101101 1001000 110010

Color Harmonies of #DC25DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC25DA

Black with #DC25DA

Text Example


Text Example

White with #DC25DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC25DA; }

 p { color: rgb(220,37,218); }

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

background-color css

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

 a { background-color: rgb(220,37,218); }

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

border-color css

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

 span { border-color: rgb(220,37,218); }

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