Html Css Color HEX #D2057D Medium Violet Red

📋 copy color: '#D2057D'

red 210 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #D2057D

Tints of Medium Violet Red #D2057D

RGB

 RED value IS 210 (82.42% from 255) = 61.76%

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

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

R = 61.76%
G = 1.47%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2057D (or 0xD2057D) is known color: Medium Violet Red. HEX triplet: D2, 05 and 7D. RGB value is (210,5,125). Sum of RGB (Red+Green+Blue) = 210+5+125=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D2057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2057D is #2DFA82. Grayscale: #4F4F4F. Windows color (decimal): -3013251 or 8193490. OLE color: 8193490.

HSL color Cylindrical-coordinate representation of color #D2057D: hue angle of 324.88º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2057D is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 125 -
CMYK 0 0.98 0.40 0.18
HSL 324.88º 0.95% 0.42% -
HSV(B) 324.88º 0.98% 0.82% -
XYZ 30.33 15.29 20.75 -
YUV 79.98 153.42 220.74 -
System Red Green Blue C M Y K H S L
Decimal 210 5 125 0 0.98 0.40 0.18 324.88 0.95 0.42
Hex D2 5 7D 0 62 28 12 145 5F 2A
Octal 322 5 175 0 142 50 22 505 137 52
Binary 11010010 101 1111101 0 1100010 101000 10010 101000101 1011111 101010

Color Harmonies of #D2057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2057D

Black with #D2057D

Text Example


Text Example

White with #D2057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2057D; }

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

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

background-color css

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

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

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

border-color css

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

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

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