Html Css Color HEX #D303DA Deep Magenta

📋 copy color: '#D303DA'

red 211 ◦ green 3 ◦ blue 218

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

Shades of Deep Magenta #D303DA

Tints of Deep Magenta #D303DA

RGB

 RED value IS 211 (82.81% from 255) = 48.84%

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

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

R = 48.84%
G = 0.69%
B = 50.46%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D303DA (or 0xD303DA) is known color: Deep Magenta. HEX triplet: D3, 03 and DA. RGB value is (211,3,218). Sum of RGB (Red+Green+Blue) = 211+3+218=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 3 (1.56% from 255 or 0.69% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #D303DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D303DA is #2CFC25. Grayscale: #595959. Windows color (decimal): -2948134 or 14287827. OLE color: 14287827.

HSL color Cylindrical-coordinate representation of color #D303DA: hue angle of 298.05º 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 #D303DA is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 3 218 -
CMYK 0.03 0.99 0 0.15
HSL 298.05º 0.97% 0.43% -
HSV(B) 298.05º 0.99% 0.85% -
XYZ 39.55 18.98 67.91 -
YUV 89.7 200.41 214.52 -
System Red Green Blue C M Y K H S L
Decimal 211 3 218 0.03 0.99 0 0.15 298.05 0.97 0.43
Hex D3 3 DA 3 63 0 F 12A 61 2B
Octal 323 3 332 3 143 0 17 452 141 53
Binary 11010011 11 11011010 11 1100011 0 1111 100101010 1100001 101011

Color Harmonies of #D303DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D303DA

Black with #D303DA

Text Example


Text Example

White with #D303DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D303DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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