Html Css Color HEX #D3038C Medium Violet Red

📋 copy color: '#D3038C'

red 211 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #D3038C

Tints of Medium Violet Red #D3038C

RGB

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

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

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

R = 59.6%
G = 0.85%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#D3038C (or 0xD3038C) is known color: Medium Violet Red. HEX triplet: D3, 03 and 8C. RGB value is (211,3,140). Sum of RGB (Red+Green+Blue) = 211+3+140=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D3038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3038C is #2CFC73. Grayscale: #505050. Windows color (decimal): -2948212 or 9176019. OLE color: 9176019.

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

Color convert

RGB 211 3 140 -
CMYK 0 0.99 0.34 0.17
HSL 320.48º 0.97% 0.42% -
HSV(B) 320.48º 0.99% 0.83% -
XYZ 31.63 15.81 26.2 -
YUV 80.81 161.41 220.86 -
System Red Green Blue C M Y K H S L
Decimal 211 3 140 0 0.99 0.34 0.17 320.48 0.97 0.42
Hex D3 3 8C 0 63 22 11 140 61 2A
Octal 323 3 214 0 143 42 21 500 141 52
Binary 11010011 11 10001100 0 1100011 100010 10001 101000000 1100001 101010

Color Harmonies of #D3038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3038C

Black with #D3038C

Text Example


Text Example

White with #D3038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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