Html Css Color HEX #D023DC Deep Magenta

📋 copy color: '#D023DC'

red 208 ◦ green 35 ◦ blue 220

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

Shades of Deep Magenta #D023DC

Tints of Deep Magenta #D023DC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.56%

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

R = 44.92%
G = 7.56%
B = 47.52%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D023DC (or 0xD023DC) is known color: Deep Magenta. HEX triplet: D0, 23 and DC. RGB value is (208,35,220). Sum of RGB (Red+Green+Blue) = 208+35+220=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #D023DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023DC is #2FDC23. Grayscale: #6B6B6B. Windows color (decimal): -3136548 or 14427088. OLE color: 14427088.

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

Color convert

RGB 208 35 220 -
CMYK 0.05 0.84 0 0.14
HSL 296.11º 0.73% 0.5% -
HSV(B) 296.11º 0.84% 0.86% -
XYZ 39.53 19.78 69.44 -
YUV 107.82 191.31 199.46 -
System Red Green Blue C M Y K H S L
Decimal 208 35 220 0.05 0.84 0 0.14 296.11 0.73 0.5
Hex D0 23 DC 5 54 0 E 128 49 32
Octal 320 43 334 5 124 0 16 450 111 62
Binary 11010000 100011 11011100 101 1010100 0 1110 100101000 1001001 110010

Color Harmonies of #D023DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023DC

Black with #D023DC

Text Example


Text Example

White with #D023DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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