Html Css Color HEX #D6017A Medium Violet Red

📋 copy color: '#D6017A'

red 214 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #D6017A

Tints of Medium Violet Red #D6017A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 63.5%
G = 0.3%
B = 36.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6017A (or 0xD6017A) is known color: Medium Violet Red. HEX triplet: D6, 01 and 7A. RGB value is (214,1,122). Sum of RGB (Red+Green+Blue) = 214+1+122=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D6017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6017A is #29FE85. Grayscale: #4E4E4E. Windows color (decimal): -2752134 or 7995862. OLE color: 7995862.

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

Color convert

RGB 214 1 122 -
CMYK 0 1.00 0.43 0.16
HSL 325.92º 0.99% 0.42% -
HSV(B) 325.92º 1% 0.84% -
XYZ 31.26 15.72 19.8 -
YUV 78.48 152.57 224.66 -
System Red Green Blue C M Y K H S L
Decimal 214 1 122 0 1.00 0.43 0.16 325.92 0.99 0.42
Hex D6 1 7A 0 64 2B 10 146 63 2A
Octal 326 1 172 0 144 53 20 506 143 52
Binary 11010110 1 1111010 0 1100100 101011 10000 101000110 1100011 101010

Color Harmonies of #D6017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6017A

Black with #D6017A

Text Example


Text Example

White with #D6017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6017A; }

 p { color: rgb(214,1,122); }

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

background-color css

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

 a { background-color: rgb(214,1,122); }

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

border-color css

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

 span { border-color: rgb(214,1,122); }

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