Html Css Color HEX #D8027F Medium Violet Red

📋 copy color: '#D8027F'

red 216 ◦ green 2 ◦ blue 127

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

Shades of Medium Violet Red #D8027F

Tints of Medium Violet Red #D8027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.81%

R = 62.61%
G = 0.58%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8027F (or 0xD8027F) is known color: Medium Violet Red. HEX triplet: D8, 02 and 7F. RGB value is (216,2,127). Sum of RGB (Red+Green+Blue) = 216+2+127=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8027F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8027F is #27FD80. Grayscale: #4F4F4F. Windows color (decimal): -2620801 or 8323800. OLE color: 8323800.

HSL color Cylindrical-coordinate representation of color #D8027F: hue angle of 324.95º 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 #D8027F is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 127 -
CMYK 0 0.99 0.41 0.15
HSL 324.95º 0.98% 0.43% -
HSV(B) 324.95º 0.99% 0.85% -
XYZ 32.17 16.17 21.51 -
YUV 80.24 154.4 224.84 -
System Red Green Blue C M Y K H S L
Decimal 216 2 127 0 0.99 0.41 0.15 324.95 0.98 0.43
Hex D8 2 7F 0 63 29 F 145 62 2B
Octal 330 2 177 0 143 51 17 505 142 53
Binary 11011000 10 1111111 0 1100011 101001 1111 101000101 1100010 101011

Color Harmonies of #D8027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8027F

Black with #D8027F

Text Example


Text Example

White with #D8027F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8027F; }

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

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

background-color css

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

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

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

border-color css

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

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

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