Html Css Color HEX #DC25D0 Deep Magenta

📋 copy color: '#DC25D0'

red 220 ◦ green 37 ◦ blue 208

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

Shades of Deep Magenta #DC25D0

Tints of Deep Magenta #DC25D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 47.31%
G = 7.96%
B = 44.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC25D0 (or 0xDC25D0) is known color: Deep Magenta. HEX triplet: DC, 25 and D0. RGB value is (220,37,208). Sum of RGB (Red+Green+Blue) = 220+37+208=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25D0 is #23DA2F. Grayscale: #6E6E6E. Windows color (decimal): -2349616 or 13641180. OLE color: 13641180.

HSL color Cylindrical-coordinate representation of color #DC25D0: hue angle of 303.93º 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 #DC25D0 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 37 208 -
CMYK 0 0.83 0.05 0.14
HSL 303.93º 0.72% 0.5% -
HSV(B) 303.93º 0.83% 0.86% -
XYZ 41.56 21.09 61.56 -
YUV 111.21 182.63 205.6 -
System Red Green Blue C M Y K H S L
Decimal 220 37 208 0 0.83 0.05 0.14 303.93 0.72 0.5
Hex DC 25 D0 0 53 5 E 130 48 32
Octal 334 45 320 0 123 5 16 460 110 62
Binary 11011100 100101 11010000 0 1010011 101 1110 100110000 1001000 110010

Color Harmonies of #DC25D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC25D0

Black with #DC25D0

Text Example


Text Example

White with #DC25D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC25D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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