Html Css Color HEX #D21373 Medium Violet Red

📋 copy color: '#D21373'

red 210 ◦ green 19 ◦ blue 115

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

Shades of Medium Violet Red #D21373

Tints of Medium Violet Red #D21373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 61.05%
G = 5.52%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21373 (or 0xD21373) is known color: Medium Violet Red. HEX triplet: D2, 13 and 73. RGB value is (210,19,115). Sum of RGB (Red+Green+Blue) = 210+19+115=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D21373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21373 is #2DEC8C. Grayscale: #565656. Windows color (decimal): -3009677 or 7541714. OLE color: 7541714.

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

Color convert

RGB 210 19 115 -
CMYK 0 0.91 0.45 0.18
HSL 329.84º 0.83% 0.45% -
HSV(B) 329.84º 0.91% 0.82% -
XYZ 29.91 15.41 17.62 -
YUV 87.05 143.78 215.69 -
System Red Green Blue C M Y K H S L
Decimal 210 19 115 0 0.91 0.45 0.18 329.84 0.83 0.45
Hex D2 13 73 0 5B 2D 12 14A 53 2D
Octal 322 23 163 0 133 55 22 512 123 55
Binary 11010010 10011 1110011 0 1011011 101101 10010 101001010 1010011 101101

Color Harmonies of #D21373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21373

Black with #D21373

Text Example


Text Example

White with #D21373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21373; }

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

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

background-color css

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

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

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

border-color css

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

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

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