Html Css Color HEX #D2028D Medium Violet Red

📋 copy color: '#D2028D'

red 210 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #D2028D

Tints of Medium Violet Red #D2028D

RGB

 RED value IS 210 (82.42% from 255) = 59.49%

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

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

R = 59.49%
G = 0.57%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2028D (or 0xD2028D) is known color: Medium Violet Red. HEX triplet: D2, 02 and 8D. RGB value is (210,2,141). Sum of RGB (Red+Green+Blue) = 210+2+141=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D2028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D2028D is #2DFD72. Grayscale: #4F4F4F. Windows color (decimal): -3014003 or 9241298. OLE color: 9241298.

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

Color convert

RGB 210 2 141 -
CMYK 0 0.99 0.33 0.18
HSL 319.9º 0.98% 0.42% -
HSV(B) 319.9º 0.99% 0.82% -
XYZ 31.41 15.67 26.57 -
YUV 80.04 162.41 220.7 -
System Red Green Blue C M Y K H S L
Decimal 210 2 141 0 0.99 0.33 0.18 319.9 0.98 0.42
Hex D2 2 8D 0 63 21 12 140 62 2A
Octal 322 2 215 0 143 41 22 500 142 52
Binary 11010010 10 10001101 0 1100011 100001 10010 101000000 1100010 101010

Color Harmonies of #D2028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2028D

Black with #D2028D

Text Example


Text Example

White with #D2028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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