Html Css Color HEX #D21779 Medium Violet Red

📋 copy color: '#D21779'

red 210 ◦ green 23 ◦ blue 121

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

Shades of Medium Violet Red #D21779

Tints of Medium Violet Red #D21779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.5%

 BLUE value IS 121 (47.66% from 255) = 34.18%

R = 59.32%
G = 6.5%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D21779 (or 0xD21779) is known color: Medium Violet Red. HEX triplet: D2, 17 and 79. RGB value is (210,23,121). Sum of RGB (Red+Green+Blue) = 210+23+121=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D21779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21779 is #2DE886. Grayscale: #595959. Windows color (decimal): -3008647 or 7935954. OLE color: 7935954.

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

Color convert

RGB 210 23 121 -
CMYK 0 0.89 0.42 0.18
HSL 328.56º 0.8% 0.46% -
HSV(B) 328.56º 0.89% 0.82% -
XYZ 30.34 15.69 19.52 -
YUV 90.09 145.45 213.53 -
System Red Green Blue C M Y K H S L
Decimal 210 23 121 0 0.89 0.42 0.18 328.56 0.8 0.46
Hex D2 17 79 0 59 2A 12 149 50 2E
Octal 322 27 171 0 131 52 22 511 120 56
Binary 11010010 10111 1111001 0 1011001 101010 10010 101001001 1010000 101110

Color Harmonies of #D21779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21779

Black with #D21779

Text Example


Text Example

White with #D21779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21779; }

 p { color: rgb(210,23,121); }

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

background-color css

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

 a { background-color: rgb(210,23,121); }

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

border-color css

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

 span { border-color: rgb(210,23,121); }

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