Html Css Color HEX #D8028D Medium Violet Red

📋 copy color: '#D8028D'

red 216 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #D8028D

Tints of Medium Violet Red #D8028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 60.17%
G = 0.56%
B = 39.28%

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

#D8028D (or 0xD8028D) is known color: Medium Violet Red. HEX triplet: D8, 02 and 8D. RGB value is (216,2,141). Sum of RGB (Red+Green+Blue) = 216+2+141=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8028D is #27FD72. Grayscale: #515151. Windows color (decimal): -2620787 or 9241304. OLE color: 9241304.

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

Color convert

RGB 216 2 141 -
CMYK 0 0.99 0.35 0.15
HSL 321.03º 0.98% 0.43% -
HSV(B) 321.03º 0.99% 0.85% -
XYZ 33.15 16.57 26.65 -
YUV 81.83 161.4 223.7 -
System Red Green Blue C M Y K H S L
Decimal 216 2 141 0 0.99 0.35 0.15 321.03 0.98 0.43
Hex D8 2 8D 0 63 23 F 141 62 2B
Octal 330 2 215 0 143 43 17 501 142 53
Binary 11011000 10 10001101 0 1100011 100011 1111 101000001 1100010 101011

Color Harmonies of #D8028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8028D

Black with #D8028D

Text Example


Text Example

White with #D8028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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