Html Css Color HEX #D026C7 Deep Magenta

📋 copy color: '#D026C7'

red 208 ◦ green 38 ◦ blue 199

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

Shades of Deep Magenta #D026C7

Tints of Deep Magenta #D026C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.72%

R = 46.74%
G = 8.54%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D026C7 (or 0xD026C7) is known color: Deep Magenta. HEX triplet: D0, 26 and C7. RGB value is (208,38,199). Sum of RGB (Red+Green+Blue) = 208+38+199=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 38 (15.23% from 255 or 8.54% from 445); Blue value is 199 (78.12% from 255 or 44.72% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D026C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D026C7 is #2FD938. Grayscale: #6A6A6A. Windows color (decimal): -3135801 or 13051600. OLE color: 13051600.

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

Color convert

RGB 208 38 199 -
CMYK 0 0.82 0.04 0.18
HSL 303.18º 0.69% 0.48% -
HSV(B) 303.18º 0.82% 0.82% -
XYZ 37.01 18.92 55.73 -
YUV 107.18 179.82 199.91 -
System Red Green Blue C M Y K H S L
Decimal 208 38 199 0 0.82 0.04 0.18 303.18 0.69 0.48
Hex D0 26 C7 0 52 4 12 12F 45 30
Octal 320 46 307 0 122 4 22 457 105 60
Binary 11010000 100110 11000111 0 1010010 100 10010 100101111 1000101 110000

Color Harmonies of #D026C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026C7

Black with #D026C7

Text Example


Text Example

White with #D026C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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