Html Css Color HEX #D6048E Medium Violet Red

📋 copy color: '#D6048E'

red 214 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #D6048E

Tints of Medium Violet Red #D6048E

RGB

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

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

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

R = 59.44%
G = 1.11%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6048E (or 0xD6048E) is known color: Medium Violet Red. HEX triplet: D6, 04 and 8E. RGB value is (214,4,142). Sum of RGB (Red+Green+Blue) = 214+4+142=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D6048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6048E is #29FB71. Grayscale: #525252. Windows color (decimal): -2751346 or 9307350. OLE color: 9307350.

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

Color convert

RGB 214 4 142 -
CMYK 0 0.98 0.34 0.16
HSL 320.57º 0.96% 0.43% -
HSV(B) 320.57º 0.98% 0.84% -
XYZ 32.66 16.34 27.02 -
YUV 82.52 161.57 221.78 -
System Red Green Blue C M Y K H S L
Decimal 214 4 142 0 0.98 0.34 0.16 320.57 0.96 0.43
Hex D6 4 8E 0 62 22 10 141 60 2B
Octal 326 4 216 0 142 42 20 501 140 53
Binary 11010110 100 10001110 0 1100010 100010 10000 101000001 1100000 101011

Color Harmonies of #D6048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6048E

Black with #D6048E

Text Example


Text Example

White with #D6048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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