Html Css Color HEX #D025DC Deep Magenta

📋 copy color: '#D025DC'

red 208 ◦ green 37 ◦ blue 220

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

Shades of Deep Magenta #D025DC

Tints of Deep Magenta #D025DC

RGB

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

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

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

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

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 208 37 220 -
CMYK 0.05 0.83 0 0.14
HSL 296.07º 0.72% 0.5% -
HSV(B) 296.07º 0.83% 0.86% -
XYZ 39.59 19.9 69.46 -
YUV 108.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 208 37 220 0.05 0.83 0 0.14 296.07 0.72 0.5
Hex D0 25 DC 5 53 0 E 128 48 32
Octal 320 45 334 5 123 0 16 450 110 62
Binary 11010000 100101 11011100 101 1010011 0 1110 100101000 1001000 110010

Color Harmonies of #D025DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D025DC

Black with #D025DC

Text Example


Text Example

White with #D025DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D025DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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