Html Css Color HEX #D21376 Medium Violet Red

📋 copy color: '#D21376'

red 210 ◦ green 19 ◦ blue 118

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

Shades of Medium Violet Red #D21376

Tints of Medium Violet Red #D21376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.48%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 60.52%
G = 5.48%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D21376 (or 0xD21376) is known color: Medium Violet Red. HEX triplet: D2, 13 and 76. RGB value is (210,19,118). Sum of RGB (Red+Green+Blue) = 210+19+118=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D21376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21376 is #2DEC89. Grayscale: #575757. Windows color (decimal): -3009674 or 7738322. OLE color: 7738322.

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

Color convert

RGB 210 19 118 -
CMYK 0 0.91 0.44 0.18
HSL 328.9º 0.83% 0.45% -
HSV(B) 328.9º 0.91% 0.82% -
XYZ 30.08 15.48 18.54 -
YUV 87.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 210 19 118 0 0.91 0.44 0.18 328.9 0.83 0.45
Hex D2 13 76 0 5B 2C 12 149 53 2D
Octal 322 23 166 0 133 54 22 511 123 55
Binary 11010010 10011 1110110 0 1011011 101100 10010 101001001 1010011 101101

Color Harmonies of #D21376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21376

Black with #D21376

Text Example


Text Example

White with #D21376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21376; }

 p { color: rgb(210,19,118); }

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

background-color css

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

 a { background-color: rgb(210,19,118); }

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

border-color css

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

 span { border-color: rgb(210,19,118); }

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