Html Css Color HEX #D026DD Deep Magenta

📋 copy color: '#D026DD'

red 208 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #D026DD

Tints of Deep Magenta #D026DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.14%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 44.54%
G = 8.14%
B = 47.32%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D026DD (or 0xD026DD) is known color: Deep Magenta. HEX triplet: D0, 26 and DD. RGB value is (208,38,221). Sum of RGB (Red+Green+Blue) = 208+38+221=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 38 (15.23% from 255 or 8.14% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #D026DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D026DD is #2FD922. Grayscale: #6D6D6D. Windows color (decimal): -3135779 or 14493392. OLE color: 14493392.

HSL color Cylindrical-coordinate representation of color #D026DD: hue angle of 295.74º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D026DD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 38 221 -
CMYK 0.06 0.83 0 0.13
HSL 295.74º 0.73% 0.51% -
HSV(B) 295.74º 0.83% 0.87% -
XYZ 39.76 20.02 70.17 -
YUV 109.69 190.82 198.12 -
System Red Green Blue C M Y K H S L
Decimal 208 38 221 0.06 0.83 0 0.13 295.74 0.73 0.51
Hex D0 26 DD 6 53 0 D 128 49 33
Octal 320 46 335 6 123 0 15 450 111 63
Binary 11010000 100110 11011101 110 1010011 0 1101 100101000 1001001 110011

Color Harmonies of #D026DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026DD

Black with #D026DD

Text Example


Text Example

White with #D026DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026DD; }

 p { color: rgb(208,38,221); }

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

background-color css

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

 a { background-color: rgb(208,38,221); }

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

border-color css

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

 span { border-color: rgb(208,38,221); }

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