Html Css Color HEX #D3048A Medium Violet Red

📋 copy color: '#D3048A'

red 211 ◦ green 4 ◦ blue 138

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

Shades of Medium Violet Red #D3048A

Tints of Medium Violet Red #D3048A

RGB

 RED value IS 211 (82.81% from 255) = 59.77%

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

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

R = 59.77%
G = 1.13%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3048A (or 0xD3048A) is known color: Medium Violet Red. HEX triplet: D3, 04 and 8A. RGB value is (211,4,138). Sum of RGB (Red+Green+Blue) = 211+4+138=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D3048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3048A is #2CFB75. Grayscale: #505050. Windows color (decimal): -2947958 or 9045203. OLE color: 9045203.

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

Color convert

RGB 211 4 138 -
CMYK 0 0.98 0.35 0.17
HSL 321.16º 0.96% 0.42% -
HSV(B) 321.16º 0.98% 0.83% -
XYZ 31.49 15.77 25.43 -
YUV 81.17 160.08 220.6 -
System Red Green Blue C M Y K H S L
Decimal 211 4 138 0 0.98 0.35 0.17 321.16 0.96 0.42
Hex D3 4 8A 0 62 23 11 141 60 2A
Octal 323 4 212 0 142 43 21 501 140 52
Binary 11010011 100 10001010 0 1100010 100011 10001 101000001 1100000 101010

Color Harmonies of #D3048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3048A

Black with #D3048A

Text Example


Text Example

White with #D3048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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