Html Css Color HEX #D016DA Deep Magenta

📋 copy color: '#D016DA'

red 208 ◦ green 22 ◦ blue 218

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

Shades of Deep Magenta #D016DA

Tints of Deep Magenta #D016DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.91%

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

R = 46.43%
G = 4.91%
B = 48.66%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D016DA (or 0xD016DA) is known color: Deep Magenta. HEX triplet: D0, 16 and DA. RGB value is (208,22,218). Sum of RGB (Red+Green+Blue) = 208+22+218=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #D016DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D016DA is #2FE925. Grayscale: #636363. Windows color (decimal): -3139878 or 14292688. OLE color: 14292688.

HSL color Cylindrical-coordinate representation of color #D016DA: hue angle of 296.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D016DA is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 22 218 -
CMYK 0.05 0.90 0 0.15
HSL 296.94º 0.82% 0.47% -
HSV(B) 296.94º 0.9% 0.85% -
XYZ 38.95 19.05 67.95 -
YUV 99.96 194.62 205.06 -
System Red Green Blue C M Y K H S L
Decimal 208 22 218 0.05 0.90 0 0.15 296.94 0.82 0.47
Hex D0 16 DA 5 5A 0 F 129 52 2F
Octal 320 26 332 5 132 0 17 451 122 57
Binary 11010000 10110 11011010 101 1011010 0 1111 100101001 1010010 101111

Color Harmonies of #D016DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D016DA

Black with #D016DA

Text Example


Text Example

White with #D016DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D016DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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