Html Css Color HEX #D6037A Medium Violet Red

📋 copy color: '#D6037A'

red 214 ◦ green 3 ◦ blue 122

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

Shades of Medium Violet Red #D6037A

Tints of Medium Violet Red #D6037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 63.13%
G = 0.88%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6037A (or 0xD6037A) is known color: Medium Violet Red. HEX triplet: D6, 03 and 7A. RGB value is (214,3,122). Sum of RGB (Red+Green+Blue) = 214+3+122=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6037A is #29FC85. Grayscale: #4F4F4F. Windows color (decimal): -2751622 or 7996374. OLE color: 7996374.

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

Color convert

RGB 214 3 122 -
CMYK 0 0.99 0.43 0.16
HSL 326.16º 0.97% 0.43% -
HSV(B) 326.16º 0.99% 0.84% -
XYZ 31.28 15.77 19.81 -
YUV 79.66 151.9 223.82 -
System Red Green Blue C M Y K H S L
Decimal 214 3 122 0 0.99 0.43 0.16 326.16 0.97 0.43
Hex D6 3 7A 0 63 2B 10 146 61 2B
Octal 326 3 172 0 143 53 20 506 141 53
Binary 11010110 11 1111010 0 1100011 101011 10000 101000110 1100001 101011

Color Harmonies of #D6037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6037A

Black with #D6037A

Text Example


Text Example

White with #D6037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6037A; }

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

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

background-color css

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

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

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

border-color css

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

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

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