Html Css Color HEX #D2157F Medium Violet Red

📋 copy color: '#D2157F'

red 210 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #D2157F

Tints of Medium Violet Red #D2157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.87%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 58.66%
G = 5.87%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2157F (or 0xD2157F) is known color: Medium Violet Red. HEX triplet: D2, 15 and 7F. RGB value is (210,21,127). Sum of RGB (Red+Green+Blue) = 210+21+127=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2157F is #2DEA80. Grayscale: #595959. Windows color (decimal): -3009153 or 8328658. OLE color: 8328658.

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

Color convert

RGB 210 21 127 -
CMYK 0 0.90 0.40 0.18
HSL 326.35º 0.82% 0.45% -
HSV(B) 326.35º 0.9% 0.82% -
XYZ 30.68 15.77 21.51 -
YUV 89.6 149.12 213.88 -
System Red Green Blue C M Y K H S L
Decimal 210 21 127 0 0.90 0.40 0.18 326.35 0.82 0.45
Hex D2 15 7F 0 5A 28 12 146 52 2D
Octal 322 25 177 0 132 50 22 506 122 55
Binary 11010010 10101 1111111 0 1011010 101000 10010 101000110 1010010 101101

Color Harmonies of #D2157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2157F

Black with #D2157F

Text Example


Text Example

White with #D2157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2157F; }

 p { color: rgb(210,21,127); }

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

background-color css

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

 a { background-color: rgb(210,21,127); }

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

border-color css

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

 span { border-color: rgb(210,21,127); }

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