Html Css Color HEX #D6048A Medium Violet Red

📋 copy color: '#D6048A'

red 214 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #D6048A

Tints of Medium Violet Red #D6048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 60.11%
G = 1.12%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6048A (or 0xD6048A) is known color: Medium Violet Red. HEX triplet: D6, 04 and 8A. RGB value is (214,4,138). Sum of RGB (Red+Green+Blue) = 214+4+138=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6048A is #29FB75. Grayscale: #515151. Windows color (decimal): -2751350 or 9045206. OLE color: 9045206.

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

Color convert

RGB 214 4 138 -
CMYK 0 0.98 0.36 0.16
HSL 321.71º 0.96% 0.43% -
HSV(B) 321.71º 0.98% 0.84% -
XYZ 32.36 16.22 25.47 -
YUV 82.07 159.57 222.1 -
System Red Green Blue C M Y K H S L
Decimal 214 4 138 0 0.98 0.36 0.16 321.71 0.96 0.43
Hex D6 4 8A 0 62 24 10 142 60 2B
Octal 326 4 212 0 142 44 20 502 140 53
Binary 11010110 100 10001010 0 1100010 100100 10000 101000010 1100000 101011

Color Harmonies of #D6048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6048A

Black with #D6048A

Text Example


Text Example

White with #D6048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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