Html Css Color HEX #D6028A Medium Violet Red

📋 copy color: '#D6028A'

red 214 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #D6028A

Tints of Medium Violet Red #D6028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 60.45%
G = 0.56%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6028A (or 0xD6028A) is known color: Medium Violet Red. HEX triplet: D6, 02 and 8A. RGB value is (214,2,138). Sum of RGB (Red+Green+Blue) = 214+2+138=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6028A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6028A is #29FD75. Grayscale: #505050. Windows color (decimal): -2751862 or 9044694. OLE color: 9044694.

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

Color convert

RGB 214 2 138 -
CMYK 0 0.99 0.36 0.16
HSL 321.51º 0.98% 0.42% -
HSV(B) 321.51º 0.99% 0.84% -
XYZ 32.34 16.17 25.46 -
YUV 80.89 160.24 222.94 -
System Red Green Blue C M Y K H S L
Decimal 214 2 138 0 0.99 0.36 0.16 321.51 0.98 0.42
Hex D6 2 8A 0 63 24 10 142 62 2A
Octal 326 2 212 0 143 44 20 502 142 52
Binary 11010110 10 10001010 0 1100011 100100 10000 101000010 1100010 101010

Color Harmonies of #D6028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6028A

Black with #D6028A

Text Example


Text Example

White with #D6028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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