Html Css Color HEX #D21577 Medium Violet Red

📋 copy color: '#D21577'

red 210 ◦ green 21 ◦ blue 119

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

Shades of Medium Violet Red #D21577

Tints of Medium Violet Red #D21577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34%

R = 60%
G = 6%
B = 34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D21577 (or 0xD21577) is known color: Medium Violet Red. HEX triplet: D2, 15 and 77. RGB value is (210,21,119). Sum of RGB (Red+Green+Blue) = 210+21+119=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D21577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21577 is #2DEA88. Grayscale: #585858. Windows color (decimal): -3009161 or 7804370. OLE color: 7804370.

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

Color convert

RGB 210 21 119 -
CMYK 0 0.90 0.43 0.18
HSL 328.89º 0.82% 0.45% -
HSV(B) 328.89º 0.9% 0.82% -
XYZ 30.18 15.57 18.87 -
YUV 88.68 145.12 214.53 -
System Red Green Blue C M Y K H S L
Decimal 210 21 119 0 0.90 0.43 0.18 328.89 0.82 0.45
Hex D2 15 77 0 5A 2B 12 149 52 2D
Octal 322 25 167 0 132 53 22 511 122 55
Binary 11010010 10101 1110111 0 1011010 101011 10010 101001001 1010010 101101

Color Harmonies of #D21577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21577

Black with #D21577

Text Example


Text Example

White with #D21577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21577; }

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

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

background-color css

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

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

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

border-color css

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

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

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