Html Css Color HEX #D6037F Medium Violet Red

📋 copy color: '#D6037F'

red 214 ◦ green 3 ◦ blue 127

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

Shades of Medium Violet Red #D6037F

Tints of Medium Violet Red #D6037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.92%

R = 62.21%
G = 0.87%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6037F (or 0xD6037F) is known color: Medium Violet Red. HEX triplet: D6, 03 and 7F. RGB value is (214,3,127). Sum of RGB (Red+Green+Blue) = 214+3+127=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6037F is #29FC80. Grayscale: #4F4F4F. Windows color (decimal): -2751617 or 8324054. OLE color: 8324054.

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

Color convert

RGB 214 3 127 -
CMYK 0 0.99 0.41 0.16
HSL 324.74º 0.97% 0.43% -
HSV(B) 324.74º 0.99% 0.84% -
XYZ 31.59 15.89 21.48 -
YUV 80.23 154.4 223.42 -
System Red Green Blue C M Y K H S L
Decimal 214 3 127 0 0.99 0.41 0.16 324.74 0.97 0.43
Hex D6 3 7F 0 63 29 10 145 61 2B
Octal 326 3 177 0 143 51 20 505 141 53
Binary 11010110 11 1111111 0 1100011 101001 10000 101000101 1100001 101011

Color Harmonies of #D6037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6037F

Black with #D6037F

Text Example


Text Example

White with #D6037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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