Html Css Color HEX #D21781 Medium Violet Red

📋 copy color: '#D21781'

red 210 ◦ green 23 ◦ blue 129

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

Shades of Medium Violet Red #D21781

Tints of Medium Violet Red #D21781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.35%

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 58.01%
G = 6.35%
B = 35.64%

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

#D21781 (or 0xD21781) is known color: Medium Violet Red. HEX triplet: D2, 17 and 81. RGB value is (210,23,129). Sum of RGB (Red+Green+Blue) = 210+23+129=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D21781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21781 is #2DE87E. Grayscale: #5A5A5A. Windows color (decimal): -3008639 or 8460242. OLE color: 8460242.

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

Color convert

RGB 210 23 129 -
CMYK 0 0.89 0.39 0.18
HSL 325.99º 0.8% 0.46% -
HSV(B) 325.99º 0.89% 0.82% -
XYZ 30.85 15.9 22.21 -
YUV 91 149.45 212.88 -
System Red Green Blue C M Y K H S L
Decimal 210 23 129 0 0.89 0.39 0.18 325.99 0.8 0.46
Hex D2 17 81 0 59 27 12 146 50 2E
Octal 322 27 201 0 131 47 22 506 120 56
Binary 11010010 10111 10000001 0 1011001 100111 10010 101000110 1010000 101110

Color Harmonies of #D21781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21781

Black with #D21781

Text Example


Text Example

White with #D21781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21781; }

 p { color: rgb(210,23,129); }

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

background-color css

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

 a { background-color: rgb(210,23,129); }

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

border-color css

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

 span { border-color: rgb(210,23,129); }

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