Html Css Color HEX #D21377 Medium Violet Red

📋 copy color: '#D21377'

red 210 ◦ green 19 ◦ blue 119

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

Shades of Medium Violet Red #D21377

Tints of Medium Violet Red #D21377

RGB

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

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

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

R = 60.34%
G = 5.46%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D21377 (or 0xD21377) is known color: Medium Violet Red. HEX triplet: D2, 13 and 77. RGB value is (210,19,119). Sum of RGB (Red+Green+Blue) = 210+19+119=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D21377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21377 is #2DEC88. Grayscale: #575757. Windows color (decimal): -3009673 or 7803858. OLE color: 7803858.

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

Color convert

RGB 210 19 119 -
CMYK 0 0.91 0.43 0.18
HSL 328.59º 0.83% 0.45% -
HSV(B) 328.59º 0.91% 0.82% -
XYZ 30.14 15.5 18.86 -
YUV 87.51 145.78 215.37 -
System Red Green Blue C M Y K H S L
Decimal 210 19 119 0 0.91 0.43 0.18 328.59 0.83 0.45
Hex D2 13 77 0 5B 2B 12 149 53 2D
Octal 322 23 167 0 133 53 22 511 123 55
Binary 11010010 10011 1110111 0 1011011 101011 10010 101001001 1010011 101101

Color Harmonies of #D21377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21377

Black with #D21377

Text Example


Text Example

White with #D21377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21377; }

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

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

background-color css

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

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

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

border-color css

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

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

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