Html Css Color HEX #D8028C Medium Violet Red

📋 copy color: '#D8028C'

red 216 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #D8028C

Tints of Medium Violet Red #D8028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 60.34%
G = 0.56%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8028C (or 0xD8028C) is known color: Medium Violet Red. HEX triplet: D8, 02 and 8C. RGB value is (216,2,140). Sum of RGB (Red+Green+Blue) = 216+2+140=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8028C is #27FD73. Grayscale: #515151. Windows color (decimal): -2620788 or 9175768. OLE color: 9175768.

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

Color convert

RGB 216 2 140 -
CMYK 0 0.99 0.35 0.15
HSL 321.31º 0.98% 0.43% -
HSV(B) 321.31º 0.99% 0.85% -
XYZ 33.07 16.54 26.26 -
YUV 81.72 160.9 223.78 -
System Red Green Blue C M Y K H S L
Decimal 216 2 140 0 0.99 0.35 0.15 321.31 0.98 0.43
Hex D8 2 8C 0 63 23 F 141 62 2B
Octal 330 2 214 0 143 43 17 501 142 53
Binary 11011000 10 10001100 0 1100011 100011 1111 101000001 1100010 101011

Color Harmonies of #D8028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8028C

Black with #D8028C

Text Example


Text Example

White with #D8028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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