Html Css Color HEX #D21877 Medium Violet Red

📋 copy color: '#D21877'

red 210 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #D21877

Tints of Medium Violet Red #D21877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.8%

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

R = 59.49%
G = 6.8%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D21877 (or 0xD21877) is known color: Medium Violet Red. HEX triplet: D2, 18 and 77. RGB value is (210,24,119). Sum of RGB (Red+Green+Blue) = 210+24+119=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D21877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21877 is #2DE788. Grayscale: #5A5A5A. Windows color (decimal): -3008393 or 7805138. OLE color: 7805138.

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

Color convert

RGB 210 24 119 -
CMYK 0 0.89 0.43 0.18
HSL 329.35º 0.79% 0.46% -
HSV(B) 329.35º 0.89% 0.82% -
XYZ 30.23 15.69 18.89 -
YUV 90.44 144.12 213.28 -
System Red Green Blue C M Y K H S L
Decimal 210 24 119 0 0.89 0.43 0.18 329.35 0.79 0.46
Hex D2 18 77 0 59 2B 12 149 4F 2E
Octal 322 30 167 0 131 53 22 511 117 56
Binary 11010010 11000 1110111 0 1011001 101011 10010 101001001 1001111 101110

Color Harmonies of #D21877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21877

Black with #D21877

Text Example


Text Example

White with #D21877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21877; }

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

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

background-color css

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

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

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

border-color css

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

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

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