Html Css Color HEX #D026C0 Deep Magenta

📋 copy color: '#D026C0'

red 208 ◦ green 38 ◦ blue 192

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

Shades of Deep Magenta #D026C0

Tints of Deep Magenta #D026C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 47.49%
G = 8.68%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D026C0 (or 0xD026C0) is known color: Deep Magenta. HEX triplet: D0, 26 and C0. RGB value is (208,38,192). Sum of RGB (Red+Green+Blue) = 208+38+192=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D026C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D026C0 is #2FD93F. Grayscale: #696969. Windows color (decimal): -3135808 or 12592848. OLE color: 12592848.

HSL color Cylindrical-coordinate representation of color #D026C0: hue angle of 305.65º 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 #D026C0 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 192 -
CMYK 0 0.82 0.08 0.18
HSL 305.65º 0.69% 0.48% -
HSV(B) 305.65º 0.82% 0.82% -
XYZ 36.22 18.6 51.55 -
YUV 106.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 208 38 192 0 0.82 0.08 0.18 305.65 0.69 0.48
Hex D0 26 C0 0 52 8 12 132 45 30
Octal 320 46 300 0 122 10 22 462 105 60
Binary 11010000 100110 11000000 0 1010010 1000 10010 100110010 1000101 110000

Color Harmonies of #D026C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026C0

Black with #D026C0

Text Example


Text Example

White with #D026C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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