Html Css Color HEX #D6048C Medium Violet Red

📋 copy color: '#D6048C'

red 214 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #D6048C

Tints of Medium Violet Red #D6048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 59.78%
G = 1.12%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6048C (or 0xD6048C) is known color: Medium Violet Red. HEX triplet: D6, 04 and 8C. RGB value is (214,4,140). Sum of RGB (Red+Green+Blue) = 214+4+140=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6048C is #29FB73. Grayscale: #515151. Windows color (decimal): -2751348 or 9176278. OLE color: 9176278.

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

Color convert

RGB 214 4 140 -
CMYK 0 0.98 0.35 0.16
HSL 321.14º 0.96% 0.43% -
HSV(B) 321.14º 0.98% 0.84% -
XYZ 32.51 16.28 26.24 -
YUV 82.29 160.57 221.94 -
System Red Green Blue C M Y K H S L
Decimal 214 4 140 0 0.98 0.35 0.16 321.14 0.96 0.43
Hex D6 4 8C 0 62 23 10 141 60 2B
Octal 326 4 214 0 142 43 20 501 140 53
Binary 11010110 100 10001100 0 1100010 100011 10000 101000001 1100000 101011

Color Harmonies of #D6048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6048C

Black with #D6048C

Text Example


Text Example

White with #D6048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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