Html Css Color HEX #D6047C Medium Violet Red

📋 copy color: '#D6047C'

red 214 ◦ green 4 ◦ blue 124

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

Shades of Medium Violet Red #D6047C

Tints of Medium Violet Red #D6047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 62.57%
G = 1.17%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6047C (or 0xD6047C) is known color: Medium Violet Red. HEX triplet: D6, 04 and 7C. RGB value is (214,4,124). Sum of RGB (Red+Green+Blue) = 214+4+124=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6047C is #29FB83. Grayscale: #505050. Windows color (decimal): -2751364 or 8127702. OLE color: 8127702.

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

Color convert

RGB 214 4 124 -
CMYK 0 0.98 0.42 0.16
HSL 325.71º 0.96% 0.43% -
HSV(B) 325.71º 0.98% 0.84% -
XYZ 31.41 15.84 20.47 -
YUV 80.47 152.57 223.24 -
System Red Green Blue C M Y K H S L
Decimal 214 4 124 0 0.98 0.42 0.16 325.71 0.96 0.43
Hex D6 4 7C 0 62 2A 10 146 60 2B
Octal 326 4 174 0 142 52 20 506 140 53
Binary 11010110 100 1111100 0 1100010 101010 10000 101000110 1100000 101011

Color Harmonies of #D6047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6047C

Black with #D6047C

Text Example


Text Example

White with #D6047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6047C; }

 p { color: rgb(214,4,124); }

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

background-color css

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

 a { background-color: rgb(214,4,124); }

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

border-color css

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

 span { border-color: rgb(214,4,124); }

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