Html Css Color HEX #D8027E Medium Violet Red

📋 copy color: '#D8027E'

red 216 ◦ green 2 ◦ blue 126

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

Shades of Medium Violet Red #D8027E

Tints of Medium Violet Red #D8027E

RGB

 RED value IS 216 (84.77% from 255) = 62.79%

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 126 (49.61% from 255) = 36.63%

R = 62.79%
G = 0.58%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8027E (or 0xD8027E) is known color: Medium Violet Red. HEX triplet: D8, 02 and 7E. RGB value is (216,2,126). Sum of RGB (Red+Green+Blue) = 216+2+126=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8027E is #27FD81. Grayscale: #4F4F4F. Windows color (decimal): -2620802 or 8258264. OLE color: 8258264.

HSL color Cylindrical-coordinate representation of color #D8027E: hue angle of 325.23º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8027E is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 126 -
CMYK 0 0.99 0.42 0.15
HSL 325.23º 0.98% 0.43% -
HSV(B) 325.23º 0.99% 0.85% -
XYZ 32.11 16.15 21.16 -
YUV 80.12 153.9 224.92 -
System Red Green Blue C M Y K H S L
Decimal 216 2 126 0 0.99 0.42 0.15 325.23 0.98 0.43
Hex D8 2 7E 0 63 2A F 145 62 2B
Octal 330 2 176 0 143 52 17 505 142 53
Binary 11011000 10 1111110 0 1100011 101010 1111 101000101 1100010 101011

Color Harmonies of #D8027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8027E

Black with #D8027E

Text Example


Text Example

White with #D8027E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8027E; }

 p { color: rgb(216,2,126); }

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

background-color css

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

 a { background-color: rgb(216,2,126); }

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

border-color css

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

 span { border-color: rgb(216,2,126); }

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