Html Css Color HEX #D027A6 Medium Violet Red

📋 copy color: '#D027A6'

red 208 ◦ green 39 ◦ blue 166

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

Shades of Medium Violet Red #D027A6

Tints of Medium Violet Red #D027A6

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.44%

 BLUE value IS 166 (65.23% from 255) = 40.19%

R = 50.36%
G = 9.44%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D027A6 (or 0xD027A6) is known color: Medium Violet Red. HEX triplet: D0, 27 and A6. RGB value is (208,39,166). Sum of RGB (Red+Green+Blue) = 208+39+166=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D027A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D027A6 is #2FD859. Grayscale: #676767. Windows color (decimal): -3135578 or 10889168. OLE color: 10889168.

HSL color Cylindrical-coordinate representation of color #D027A6: hue angle of 314.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D027A6 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 39 166 -
CMYK 0 0.81 0.20 0.18
HSL 314.91º 0.68% 0.48% -
HSV(B) 314.91º 0.81% 0.82% -
XYZ 33.62 17.61 37.7 -
YUV 104.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 208 39 166 0 0.81 0.20 0.18 314.91 0.68 0.48
Hex D0 27 A6 0 51 14 12 13B 44 30
Octal 320 47 246 0 121 24 22 473 104 60
Binary 11010000 100111 10100110 0 1010001 10100 10010 100111011 1000100 110000

Color Harmonies of #D027A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027A6

Black with #D027A6

Text Example


Text Example

White with #D027A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027A6; }

 p { color: rgb(208,39,166); }

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

background-color css

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

 a { background-color: rgb(208,39,166); }

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

border-color css

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

 span { border-color: rgb(208,39,166); }

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