Html Css Color HEX #D6008A Medium Violet Red

📋 copy color: '#D6008A'

red 214 ◦ green 0 ◦ blue 138

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

Shades of Medium Violet Red #D6008A

Tints of Medium Violet Red #D6008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.8%
G = 0%
B = 39.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6008A (or 0xD6008A) is known color: Medium Violet Red. HEX triplet: D6, 00 and 8A. RGB value is (214,0,138). Sum of RGB (Red+Green+Blue) = 214+0+138=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D6008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6008A is #29FF75. Grayscale: #4F4F4F. Windows color (decimal): -2752374 or 9044182. OLE color: 9044182.

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

Color convert

RGB 214 0 138 -
CMYK 0 1 0.36 0.16
HSL 321.31º 1% 0.42% -
HSV(B) 321.31º 1% 0.84% -
XYZ 32.32 16.13 25.45 -
YUV 79.72 160.9 223.78 -
System Red Green Blue C M Y K H S L
Decimal 214 0 138 0 1 0.36 0.16 321.31 1 0.42
Hex D6 0 8A 0 64 24 10 141 64 2A
Octal 326 0 212 0 144 44 20 501 144 52
Binary 11010110 0 10001010 0 1100100 100100 10000 101000001 1100100 101010

Color Harmonies of #D6008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6008A

Black with #D6008A

Text Example


Text Example

White with #D6008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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