Html Css Color HEX #D21477 Medium Violet Red

📋 copy color: '#D21477'

red 210 ◦ green 20 ◦ blue 119

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

Shades of Medium Violet Red #D21477

Tints of Medium Violet Red #D21477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.73%

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

R = 60.17%
G = 5.73%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D21477 (or 0xD21477) is known color: Medium Violet Red. HEX triplet: D2, 14 and 77. RGB value is (210,20,119). Sum of RGB (Red+Green+Blue) = 210+20+119=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D21477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21477 is #2DEB88. Grayscale: #575757. Windows color (decimal): -3009417 or 7804114. OLE color: 7804114.

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

Color convert

RGB 210 20 119 -
CMYK 0 0.90 0.43 0.18
HSL 328.74º 0.83% 0.45% -
HSV(B) 328.74º 0.9% 0.82% -
XYZ 30.16 15.53 18.86 -
YUV 88.1 145.45 214.95 -
System Red Green Blue C M Y K H S L
Decimal 210 20 119 0 0.90 0.43 0.18 328.74 0.83 0.45
Hex D2 14 77 0 5A 2B 12 149 53 2D
Octal 322 24 167 0 132 53 22 511 123 55
Binary 11010010 10100 1110111 0 1011010 101011 10010 101001001 1010011 101101

Color Harmonies of #D21477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21477

Black with #D21477

Text Example


Text Example

White with #D21477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21477; }

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

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

background-color css

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

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

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

border-color css

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

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

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