Html Css Color HEX #D3028D Medium Violet Red

📋 copy color: '#D3028D'

red 211 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #D3028D

Tints of Medium Violet Red #D3028D

RGB

 RED value IS 211 (82.81% from 255) = 59.6%

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

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

R = 59.6%
G = 0.56%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3028D (or 0xD3028D) is known color: Medium Violet Red. HEX triplet: D3, 02 and 8D. RGB value is (211,2,141). Sum of RGB (Red+Green+Blue) = 211+2+141=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D3028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3028D is #2CFD72. Grayscale: #4F4F4F. Windows color (decimal): -2948467 or 9241299. OLE color: 9241299.

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

Color convert

RGB 211 2 141 -
CMYK 0 0.99 0.33 0.17
HSL 320.1º 0.98% 0.42% -
HSV(B) 320.1º 0.99% 0.83% -
XYZ 31.69 15.82 26.58 -
YUV 80.34 162.24 221.2 -
System Red Green Blue C M Y K H S L
Decimal 211 2 141 0 0.99 0.33 0.17 320.1 0.98 0.42
Hex D3 2 8D 0 63 21 11 140 62 2A
Octal 323 2 215 0 143 41 21 500 142 52
Binary 11010011 10 10001101 0 1100011 100001 10001 101000000 1100010 101010

Color Harmonies of #D3028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3028D

Black with #D3028D

Text Example


Text Example

White with #D3028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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