Html Css Color HEX #D3057D Medium Violet Red

📋 copy color: '#D3057D'

red 211 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #D3057D

Tints of Medium Violet Red #D3057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 61.88%
G = 1.47%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D3057D (or 0xD3057D) is known color: Medium Violet Red. HEX triplet: D3, 05 and 7D. RGB value is (211,5,125). Sum of RGB (Red+Green+Blue) = 211+5+125=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D3057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3057D is #2CFA82. Grayscale: #505050. Windows color (decimal): -2947715 or 8193491. OLE color: 8193491.

HSL color Cylindrical-coordinate representation of color #D3057D: hue angle of 325.05º degrees, saturation: 0.95, 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 #D3057D is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 125 -
CMYK 0 0.98 0.41 0.17
HSL 325.05º 0.95% 0.42% -
HSV(B) 325.05º 0.98% 0.83% -
XYZ 30.62 15.44 20.77 -
YUV 80.27 153.25 221.24 -
System Red Green Blue C M Y K H S L
Decimal 211 5 125 0 0.98 0.41 0.17 325.05 0.95 0.42
Hex D3 5 7D 0 62 29 11 145 5F 2A
Octal 323 5 175 0 142 51 21 505 137 52
Binary 11010011 101 1111101 0 1100010 101001 10001 101000101 1011111 101010

Color Harmonies of #D3057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3057D

Black with #D3057D

Text Example


Text Example

White with #D3057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3057D; }

 p { color: rgb(211,5,125); }

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

background-color css

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

 a { background-color: rgb(211,5,125); }

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

border-color css

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

 span { border-color: rgb(211,5,125); }

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