Html Css Color HEX #D023DA Deep Magenta

📋 copy color: '#D023DA'

red 208 ◦ green 35 ◦ blue 218

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

Shades of Deep Magenta #D023DA

Tints of Deep Magenta #D023DA

RGB

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

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

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

R = 45.12%
G = 7.59%
B = 47.29%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D023DA (or 0xD023DA) is known color: Deep Magenta. HEX triplet: D0, 23 and DA. RGB value is (208,35,218). Sum of RGB (Red+Green+Blue) = 208+35+218=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #D023DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023DA is #2FDC25. Grayscale: #6B6B6B. Windows color (decimal): -3136550 or 14296016. OLE color: 14296016.

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

Color convert

RGB 208 35 218 -
CMYK 0.05 0.84 0 0.15
HSL 296.72º 0.72% 0.5% -
HSV(B) 296.72º 0.84% 0.85% -
XYZ 39.27 19.67 68.06 -
YUV 107.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 208 35 218 0.05 0.84 0 0.15 296.72 0.72 0.5
Hex D0 23 DA 5 54 0 F 129 48 32
Octal 320 43 332 5 124 0 17 451 110 62
Binary 11010000 100011 11011010 101 1010100 0 1111 100101001 1001000 110010

Color Harmonies of #D023DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023DA

Black with #D023DA

Text Example


Text Example

White with #D023DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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