Html Css Color HEX #D026AF Medium Violet Red

📋 copy color: '#D026AF'

red 208 ◦ green 38 ◦ blue 175

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

Shades of Medium Violet Red #D026AF

Tints of Medium Violet Red #D026AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 49.41%
G = 9.03%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D026AF (or 0xD026AF) is known color: Medium Violet Red. HEX triplet: D0, 26 and AF. RGB value is (208,38,175). Sum of RGB (Red+Green+Blue) = 208+38+175=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D026AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D026AF is #2FD950. Grayscale: #686868. Windows color (decimal): -3135825 or 11478736. OLE color: 11478736.

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

Color convert

RGB 208 38 175 -
CMYK 0 0.82 0.16 0.18
HSL 311.65º 0.69% 0.48% -
HSV(B) 311.65º 0.82% 0.82% -
XYZ 34.44 17.89 42.2 -
YUV 104.45 167.82 201.86 -
System Red Green Blue C M Y K H S L
Decimal 208 38 175 0 0.82 0.16 0.18 311.65 0.69 0.48
Hex D0 26 AF 0 52 10 12 138 45 30
Octal 320 46 257 0 122 20 22 470 105 60
Binary 11010000 100110 10101111 0 1010010 10000 10010 100111000 1000101 110000

Color Harmonies of #D026AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026AF

Black with #D026AF

Text Example


Text Example

White with #D026AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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