Html Css Color HEX #D21774 Medium Violet Red

📋 copy color: '#D21774'

red 210 ◦ green 23 ◦ blue 116

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

Shades of Medium Violet Red #D21774

Tints of Medium Violet Red #D21774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 60.17%
G = 6.59%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21774 (or 0xD21774) is known color: Medium Violet Red. HEX triplet: D2, 17 and 74. RGB value is (210,23,116). Sum of RGB (Red+Green+Blue) = 210+23+116=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D21774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21774 is #2DE88B. Grayscale: #595959. Windows color (decimal): -3008652 or 7608274. OLE color: 7608274.

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

Color convert

RGB 210 23 116 -
CMYK 0 0.89 0.45 0.18
HSL 330.16º 0.8% 0.46% -
HSV(B) 330.16º 0.89% 0.82% -
XYZ 30.04 15.58 17.95 -
YUV 89.52 142.95 213.94 -
System Red Green Blue C M Y K H S L
Decimal 210 23 116 0 0.89 0.45 0.18 330.16 0.8 0.46
Hex D2 17 74 0 59 2D 12 14A 50 2E
Octal 322 27 164 0 131 55 22 512 120 56
Binary 11010010 10111 1110100 0 1011001 101101 10010 101001010 1010000 101110

Color Harmonies of #D21774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21774

Black with #D21774

Text Example


Text Example

White with #D21774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21774; }

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

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

background-color css

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

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

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

border-color css

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

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

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