Html Css Color HEX #D027A8 Medium Violet Red

📋 copy color: '#D027A8'

red 208 ◦ green 39 ◦ blue 168

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

Shades of Medium Violet Red #D027A8

Tints of Medium Violet Red #D027A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.48%

R = 50.12%
G = 9.4%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D027A8 (or 0xD027A8) is known color: Medium Violet Red. HEX triplet: D0, 27 and A8. RGB value is (208,39,168). Sum of RGB (Red+Green+Blue) = 208+39+168=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D027A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D027A8 is #2FD857. Grayscale: #676767. Windows color (decimal): -3135576 or 11020240. OLE color: 11020240.

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

Color convert

RGB 208 39 168 -
CMYK 0 0.81 0.19 0.18
HSL 314.2º 0.68% 0.48% -
HSV(B) 314.2º 0.81% 0.82% -
XYZ 33.81 17.69 38.68 -
YUV 104.24 163.99 202.01 -
System Red Green Blue C M Y K H S L
Decimal 208 39 168 0 0.81 0.19 0.18 314.2 0.68 0.48
Hex D0 27 A8 0 51 13 12 13A 44 30
Octal 320 47 250 0 121 23 22 472 104 60
Binary 11010000 100111 10101000 0 1010001 10011 10010 100111010 1000100 110000

Color Harmonies of #D027A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D027A8

Black with #D027A8

Text Example


Text Example

White with #D027A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D027A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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