Html Css Color HEX #D003DA Deep Magenta

📋 copy color: '#D003DA'

red 208 ◦ green 3 ◦ blue 218

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

Shades of Deep Magenta #D003DA

Tints of Deep Magenta #D003DA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 48.48%
G = 0.7%
B = 50.82%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D003DA (or 0xD003DA) is known color: Deep Magenta. HEX triplet: D0, 03 and DA. RGB value is (208,3,218). Sum of RGB (Red+Green+Blue) = 208+3+218=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #D003DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003DA is #2FFC25. Grayscale: #585858. Windows color (decimal): -3144742 or 14287824. OLE color: 14287824.

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

Color convert

RGB 208 3 218 -
CMYK 0.05 0.99 0 0.15
HSL 297.21º 0.97% 0.43% -
HSV(B) 297.21º 0.99% 0.85% -
XYZ 38.7 18.54 67.87 -
YUV 88.81 200.92 213.02 -
System Red Green Blue C M Y K H S L
Decimal 208 3 218 0.05 0.99 0 0.15 297.21 0.97 0.43
Hex D0 3 DA 5 63 0 F 129 61 2B
Octal 320 3 332 5 143 0 17 451 141 53
Binary 11010000 11 11011010 101 1100011 0 1111 100101001 1100001 101011

Color Harmonies of #D003DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D003DA

Black with #D003DA

Text Example


Text Example

White with #D003DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D003DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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