Html Css Color HEX #D026C9 Deep Magenta

📋 copy color: '#D026C9'

red 208 ◦ green 38 ◦ blue 201

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

Shades of Deep Magenta #D026C9

Tints of Deep Magenta #D026C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.97%

R = 46.53%
G = 8.5%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D026C9 (or 0xD026C9) is known color: Deep Magenta. HEX triplet: D0, 26 and C9. RGB value is (208,38,201). Sum of RGB (Red+Green+Blue) = 208+38+201=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 38 (15.23% from 255 or 8.50% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D026C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D026C9 is #2FD936. Grayscale: #6A6A6A. Windows color (decimal): -3135799 or 13182672. OLE color: 13182672.

HSL color Cylindrical-coordinate representation of color #D026C9: hue angle of 302.47º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D026C9 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 201 -
CMYK 0 0.82 0.03 0.18
HSL 302.47º 0.69% 0.48% -
HSV(B) 302.47º 0.82% 0.82% -
XYZ 37.25 19.01 56.97 -
YUV 107.41 180.82 199.75 -
System Red Green Blue C M Y K H S L
Decimal 208 38 201 0 0.82 0.03 0.18 302.47 0.69 0.48
Hex D0 26 C9 0 52 3 12 12E 45 30
Octal 320 46 311 0 122 3 22 456 105 60
Binary 11010000 100110 11001001 0 1010010 11 10010 100101110 1000101 110000

Color Harmonies of #D026C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026C9

Black with #D026C9

Text Example


Text Example

White with #D026C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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