Html Css Color HEX #D6037B Medium Violet Red

📋 copy color: '#D6037B'

red 214 ◦ green 3 ◦ blue 123

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

Shades of Medium Violet Red #D6037B

Tints of Medium Violet Red #D6037B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 62.94%
G = 0.88%
B = 36.18%

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

#D6037B (or 0xD6037B) is known color: Medium Violet Red. HEX triplet: D6, 03 and 7B. RGB value is (214,3,123). Sum of RGB (Red+Green+Blue) = 214+3+123=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6037B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6037B is #29FC84. Grayscale: #4F4F4F. Windows color (decimal): -2751621 or 8061910. OLE color: 8061910.

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

Color convert

RGB 214 3 123 -
CMYK 0 0.99 0.43 0.16
HSL 325.88º 0.97% 0.43% -
HSV(B) 325.88º 0.99% 0.84% -
XYZ 31.34 15.79 20.14 -
YUV 79.77 152.4 223.74 -
System Red Green Blue C M Y K H S L
Decimal 214 3 123 0 0.99 0.43 0.16 325.88 0.97 0.43
Hex D6 3 7B 0 63 2B 10 146 61 2B
Octal 326 3 173 0 143 53 20 506 141 53
Binary 11010110 11 1111011 0 1100011 101011 10000 101000110 1100001 101011

Color Harmonies of #D6037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6037B

Black with #D6037B

Text Example


Text Example

White with #D6037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6037B; }

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

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

background-color css

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

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

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

border-color css

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

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

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