Html Css Color HEX #D21884 Medium Violet Red

📋 copy color: '#D21884'

red 210 ◦ green 24 ◦ blue 132

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

Shades of Medium Violet Red #D21884

Tints of Medium Violet Red #D21884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.07%

R = 57.38%
G = 6.56%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D21884 (or 0xD21884) is known color: Medium Violet Red. HEX triplet: D2, 18 and 84. RGB value is (210,24,132). Sum of RGB (Red+Green+Blue) = 210+24+132=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D21884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21884 is #2DE77B. Grayscale: #5B5B5B. Windows color (decimal): -3008380 or 8657106. OLE color: 8657106.

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

Color convert

RGB 210 24 132 -
CMYK 0 0.89 0.37 0.18
HSL 325.16º 0.79% 0.46% -
HSV(B) 325.16º 0.89% 0.82% -
XYZ 31.07 16.02 23.28 -
YUV 91.93 150.62 212.22 -
System Red Green Blue C M Y K H S L
Decimal 210 24 132 0 0.89 0.37 0.18 325.16 0.79 0.46
Hex D2 18 84 0 59 25 12 145 4F 2E
Octal 322 30 204 0 131 45 22 505 117 56
Binary 11010010 11000 10000100 0 1011001 100101 10010 101000101 1001111 101110

Color Harmonies of #D21884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21884

Black with #D21884

Text Example


Text Example

White with #D21884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21884; }

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

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

background-color css

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

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

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

border-color css

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

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

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