Html Css Color HEX #D026AB Medium Violet Red

📋 copy color: '#D026AB'

red 208 ◦ green 38 ◦ blue 171

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

Shades of Medium Violet Red #D026AB

Tints of Medium Violet Red #D026AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 49.88%
G = 9.11%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D026AB (or 0xD026AB) is known color: Medium Violet Red. HEX triplet: D0, 26 and AB. RGB value is (208,38,171). Sum of RGB (Red+Green+Blue) = 208+38+171=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D026AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D026AB is #2FD954. Grayscale: #676767. Windows color (decimal): -3135829 or 11216592. OLE color: 11216592.

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

Color convert

RGB 208 38 171 -
CMYK 0 0.82 0.18 0.18
HSL 313.06º 0.69% 0.48% -
HSV(B) 313.06º 0.82% 0.82% -
XYZ 34.06 17.74 40.16 -
YUV 103.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 208 38 171 0 0.82 0.18 0.18 313.06 0.69 0.48
Hex D0 26 AB 0 52 12 12 139 45 30
Octal 320 46 253 0 122 22 22 471 105 60
Binary 11010000 100110 10101011 0 1010010 10010 10010 100111001 1000101 110000

Color Harmonies of #D026AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026AB

Black with #D026AB

Text Example


Text Example

White with #D026AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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