Html Css Color HEX #D6028D Medium Violet Red

📋 copy color: '#D6028D'

red 214 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #D6028D

Tints of Medium Violet Red #D6028D

RGB

 RED value IS 214 (83.98% from 255) = 59.94%

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

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

R = 59.94%
G = 0.56%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6028D (or 0xD6028D) is known color: Medium Violet Red. HEX triplet: D6, 02 and 8D. RGB value is (214,2,141). Sum of RGB (Red+Green+Blue) = 214+2+141=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6028D is #29FD72. Grayscale: #505050. Windows color (decimal): -2751859 or 9241302. OLE color: 9241302.

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

Color convert

RGB 214 2 141 -
CMYK 0 0.99 0.34 0.16
HSL 320.66º 0.98% 0.42% -
HSV(B) 320.66º 0.99% 0.84% -
XYZ 32.56 16.26 26.62 -
YUV 81.23 161.74 222.7 -
System Red Green Blue C M Y K H S L
Decimal 214 2 141 0 0.99 0.34 0.16 320.66 0.98 0.42
Hex D6 2 8D 0 63 22 10 141 62 2A
Octal 326 2 215 0 143 42 20 501 142 52
Binary 11010110 10 10001101 0 1100011 100010 10000 101000001 1100010 101010

Color Harmonies of #D6028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6028D

Black with #D6028D

Text Example


Text Example

White with #D6028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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