Html Css Color HEX #D603DA Deep Magenta

📋 copy color: '#D603DA'

red 214 ◦ green 3 ◦ blue 218

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

Shades of Deep Magenta #D603DA

Tints of Deep Magenta #D603DA

RGB

 RED value IS 214 (83.98% from 255) = 49.2%

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

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

R = 49.2%
G = 0.69%
B = 50.11%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D603DA (or 0xD603DA) is known color: Deep Magenta. HEX triplet: D6, 03 and DA. RGB value is (214,3,218). Sum of RGB (Red+Green+Blue) = 214+3+218=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 3 (1.56% from 255 or 0.69% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #D603DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D603DA is #29FC25. Grayscale: #595959. Windows color (decimal): -2751526 or 14287830. OLE color: 14287830.

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

Color convert

RGB 214 3 218 -
CMYK 0.02 0.99 0 0.15
HSL 298.88º 0.97% 0.43% -
HSV(B) 298.88º 0.99% 0.85% -
XYZ 40.42 19.42 67.95 -
YUV 90.6 199.9 216.02 -
System Red Green Blue C M Y K H S L
Decimal 214 3 218 0.02 0.99 0 0.15 298.88 0.97 0.43
Hex D6 3 DA 2 63 0 F 12B 61 2B
Octal 326 3 332 2 143 0 17 453 141 53
Binary 11010110 11 11011010 10 1100011 0 1111 100101011 1100001 101011

Color Harmonies of #D603DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D603DA

Black with #D603DA

Text Example


Text Example

White with #D603DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D603DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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