Html Css Color HEX #D023DF Deep Magenta

📋 copy color: '#D023DF'

red 208 ◦ green 35 ◦ blue 223

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

Shades of Deep Magenta #D023DF

Tints of Deep Magenta #D023DF

RGB

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

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

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

R = 44.64%
G = 7.51%
B = 47.85%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D023DF (or 0xD023DF) is known color: Deep Magenta. HEX triplet: D0, 23 and DF. RGB value is (208,35,223). Sum of RGB (Red+Green+Blue) = 208+35+223=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #D023DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023DF is #2FDC20. Grayscale: #6B6B6B. Windows color (decimal): -3136545 or 14623696. OLE color: 14623696.

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

Color convert

RGB 208 35 223 -
CMYK 0.07 0.84 0 0.13
HSL 295.21º 0.75% 0.51% -
HSV(B) 295.21º 0.84% 0.87% -
XYZ 39.93 19.94 71.56 -
YUV 108.16 192.81 199.21 -
System Red Green Blue C M Y K H S L
Decimal 208 35 223 0.07 0.84 0 0.13 295.21 0.75 0.51
Hex D0 23 DF 7 54 0 D 127 4B 33
Octal 320 43 337 7 124 0 15 447 113 63
Binary 11010000 100011 11011111 111 1010100 0 1101 100100111 1001011 110011

Color Harmonies of #D023DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023DF

Black with #D023DF

Text Example


Text Example

White with #D023DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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