Html Css Color HEX #D6038E Medium Violet Red

📋 copy color: '#D6038E'

red 214 ◦ green 3 ◦ blue 142

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

Shades of Medium Violet Red #D6038E

Tints of Medium Violet Red #D6038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.55%

R = 59.61%
G = 0.84%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6038E (or 0xD6038E) is known color: Medium Violet Red. HEX triplet: D6, 03 and 8E. RGB value is (214,3,142). Sum of RGB (Red+Green+Blue) = 214+3+142=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6038E is #29FC71. Grayscale: #515151. Windows color (decimal): -2751602 or 9307094. OLE color: 9307094.

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

Color convert

RGB 214 3 142 -
CMYK 0 0.99 0.34 0.16
HSL 320.47º 0.97% 0.43% -
HSV(B) 320.47º 0.99% 0.84% -
XYZ 32.65 16.31 27.02 -
YUV 81.94 161.9 222.2 -
System Red Green Blue C M Y K H S L
Decimal 214 3 142 0 0.99 0.34 0.16 320.47 0.97 0.43
Hex D6 3 8E 0 63 22 10 140 61 2B
Octal 326 3 216 0 143 42 20 500 141 53
Binary 11010110 11 10001110 0 1100011 100010 10000 101000000 1100001 101011

Color Harmonies of #D6038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6038E

Black with #D6038E

Text Example


Text Example

White with #D6038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6038E; }

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

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

background-color css

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

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

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

border-color css

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

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

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