Html Css Color HEX #D002DA Deep Magenta

📋 copy color: '#D002DA'

red 208 ◦ green 2 ◦ blue 218

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

Shades of Deep Magenta #D002DA

Tints of Deep Magenta #D002DA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 48.6%
G = 0.47%
B = 50.93%

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

#D002DA (or 0xD002DA) is known color: Deep Magenta. HEX triplet: D0, 02 and DA. RGB value is (208,2,218). Sum of RGB (Red+Green+Blue) = 208+2+218=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #D002DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002DA is #2FFD25. Grayscale: #575757. Windows color (decimal): -3144998 or 14287568. OLE color: 14287568.

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

Color convert

RGB 208 2 218 -
CMYK 0.05 0.99 0 0.15
HSL 297.22º 0.98% 0.43% -
HSV(B) 297.22º 0.99% 0.85% -
XYZ 38.69 18.52 67.86 -
YUV 88.22 201.25 213.44 -
System Red Green Blue C M Y K H S L
Decimal 208 2 218 0.05 0.99 0 0.15 297.22 0.98 0.43
Hex D0 2 DA 5 63 0 F 129 62 2B
Octal 320 2 332 5 143 0 17 451 142 53
Binary 11010000 10 11011010 101 1100011 0 1111 100101001 1100010 101011

Color Harmonies of #D002DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002DA

Black with #D002DA

Text Example


Text Example

White with #D002DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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