Html Css Color HEX #D028DA Deep Magenta

📋 copy color: '#D028DA'

red 208 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #D028DA

Tints of Deep Magenta #D028DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.58%

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

R = 44.64%
G = 8.58%
B = 46.78%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D028DA (or 0xD028DA) is known color: Deep Magenta. HEX triplet: D0, 28 and DA. RGB value is (208,40,218). Sum of RGB (Red+Green+Blue) = 208+40+218=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #D028DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028DA is #2FD725. Grayscale: #6D6D6D. Windows color (decimal): -3135270 or 14297296. OLE color: 14297296.

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

Color convert

RGB 208 40 218 -
CMYK 0.05 0.82 0 0.15
HSL 296.63º 0.71% 0.51% -
HSV(B) 296.63º 0.82% 0.85% -
XYZ 39.43 19.99 68.11 -
YUV 110.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 208 40 218 0.05 0.82 0 0.15 296.63 0.71 0.51
Hex D0 28 DA 5 52 0 F 129 47 33
Octal 320 50 332 5 122 0 17 451 107 63
Binary 11010000 101000 11011010 101 1010010 0 1111 100101001 1000111 110011

Color Harmonies of #D028DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028DA

Black with #D028DA

Text Example


Text Example

White with #D028DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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