Html Css Color HEX #D21880 Medium Violet Red

📋 copy color: '#D21880'

red 210 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #D21880

Tints of Medium Violet Red #D21880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 58.01%
G = 6.63%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D21880 (or 0xD21880) is known color: Medium Violet Red. HEX triplet: D2, 18 and 80. RGB value is (210,24,128). Sum of RGB (Red+Green+Blue) = 210+24+128=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D21880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21880 is #2DE77F. Grayscale: #5B5B5B. Windows color (decimal): -3008384 or 8394962. OLE color: 8394962.

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

Color convert

RGB 210 24 128 -
CMYK 0 0.89 0.39 0.18
HSL 326.45º 0.79% 0.46% -
HSV(B) 326.45º 0.89% 0.82% -
XYZ 30.8 15.91 21.87 -
YUV 91.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 210 24 128 0 0.89 0.39 0.18 326.45 0.79 0.46
Hex D2 18 80 0 59 27 12 146 4F 2E
Octal 322 30 200 0 131 47 22 506 117 56
Binary 11010010 11000 10000000 0 1011001 100111 10010 101000110 1001111 101110

Color Harmonies of #D21880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21880

Black with #D21880

Text Example


Text Example

White with #D21880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21880; }

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

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

background-color css

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

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

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

border-color css

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

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

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