Html Css Color HEX #D2057E Medium Violet Red

📋 copy color: '#D2057E'

red 210 ◦ green 5 ◦ blue 126

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

Shades of Medium Violet Red #D2057E

Tints of Medium Violet Red #D2057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 61.58%
G = 1.47%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2057E (or 0xD2057E) is known color: Medium Violet Red. HEX triplet: D2, 05 and 7E. RGB value is (210,5,126). Sum of RGB (Red+Green+Blue) = 210+5+126=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2057E is #2DFA81. Grayscale: #4F4F4F. Windows color (decimal): -3013250 or 8259026. OLE color: 8259026.

HSL color Cylindrical-coordinate representation of color #D2057E: hue angle of 324.59º 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 #D2057E is Cyan = 0, Magento = 0.98, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 126 -
CMYK 0 0.98 0.4 0.18
HSL 324.59º 0.95% 0.42% -
HSV(B) 324.59º 0.98% 0.82% -
XYZ 30.4 15.32 21.09 -
YUV 80.09 153.92 220.66 -
System Red Green Blue C M Y K H S L
Decimal 210 5 126 0 0.98 0.4 0.18 324.59 0.95 0.42
Hex D2 5 7E 0 62 28 12 145 5F 2A
Octal 322 5 176 0 142 50 22 505 137 52
Binary 11010010 101 1111110 0 1100010 101000 10010 101000101 1011111 101010

Color Harmonies of #D2057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2057E

Black with #D2057E

Text Example


Text Example

White with #D2057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2057E; }

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

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

background-color css

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

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

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

border-color css

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

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

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