Html Css Color HEX #D026A5 Medium Violet Red

📋 copy color: '#D026A5'

red 208 ◦ green 38 ◦ blue 165

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

Shades of Medium Violet Red #D026A5

Tints of Medium Violet Red #D026A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.15%

R = 50.61%
G = 9.25%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D026A5 (or 0xD026A5) is known color: Medium Violet Red. HEX triplet: D0, 26 and A5. RGB value is (208,38,165). Sum of RGB (Red+Green+Blue) = 208+38+165=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D026A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D026A5 is #2FD95A. Grayscale: #666666. Windows color (decimal): -3135835 or 10823376. OLE color: 10823376.

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

Color convert

RGB 208 38 165 -
CMYK 0 0.82 0.21 0.18
HSL 315.18º 0.69% 0.48% -
HSV(B) 315.18º 0.82% 0.82% -
XYZ 33.5 17.51 37.21 -
YUV 103.31 162.82 202.67 -
System Red Green Blue C M Y K H S L
Decimal 208 38 165 0 0.82 0.21 0.18 315.18 0.69 0.48
Hex D0 26 A5 0 52 15 12 13B 45 30
Octal 320 46 245 0 122 25 22 473 105 60
Binary 11010000 100110 10100101 0 1010010 10101 10010 100111011 1000101 110000

Color Harmonies of #D026A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026A5

Black with #D026A5

Text Example


Text Example

White with #D026A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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