Html Css Color HEX #D3038A Medium Violet Red

📋 copy color: '#D3038A'

red 211 ◦ green 3 ◦ blue 138

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

Shades of Medium Violet Red #D3038A

Tints of Medium Violet Red #D3038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 59.94%
G = 0.85%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D3038A (or 0xD3038A) is known color: Medium Violet Red. HEX triplet: D3, 03 and 8A. RGB value is (211,3,138). Sum of RGB (Red+Green+Blue) = 211+3+138=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D3038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3038A is #2CFC75. Grayscale: #505050. Windows color (decimal): -2948214 or 9044947. OLE color: 9044947.

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

Color convert

RGB 211 3 138 -
CMYK 0 0.99 0.35 0.17
HSL 321.06º 0.97% 0.42% -
HSV(B) 321.06º 0.99% 0.83% -
XYZ 31.48 15.75 25.43 -
YUV 80.58 160.41 221.02 -
System Red Green Blue C M Y K H S L
Decimal 211 3 138 0 0.99 0.35 0.17 321.06 0.97 0.42
Hex D3 3 8A 0 63 23 11 141 61 2A
Octal 323 3 212 0 143 43 21 501 141 52
Binary 11010011 11 10001010 0 1100011 100011 10001 101000001 1100001 101010

Color Harmonies of #D3038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3038A

Black with #D3038A

Text Example


Text Example

White with #D3038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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