Html Css Color HEX #D21684 Medium Violet Red

📋 copy color: '#D21684'

red 210 ◦ green 22 ◦ blue 132

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

Shades of Medium Violet Red #D21684

Tints of Medium Violet Red #D21684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.04%

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

R = 57.69%
G = 6.04%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D21684 (or 0xD21684) is known color: Medium Violet Red. HEX triplet: D2, 16 and 84. RGB value is (210,22,132). Sum of RGB (Red+Green+Blue) = 210+22+132=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D21684 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21684 is #2DE97B. Grayscale: #5A5A5A. Windows color (decimal): -3008892 or 8656594. OLE color: 8656594.

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

Color convert

RGB 210 22 132 -
CMYK 0 0.90 0.37 0.18
HSL 324.89º 0.81% 0.45% -
HSV(B) 324.89º 0.9% 0.82% -
XYZ 31.03 15.94 23.27 -
YUV 90.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 210 22 132 0 0.90 0.37 0.18 324.89 0.81 0.45
Hex D2 16 84 0 5A 25 12 145 51 2D
Octal 322 26 204 0 132 45 22 505 121 55
Binary 11010010 10110 10000100 0 1011010 100101 10010 101000101 1010001 101101

Color Harmonies of #D21684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21684

Black with #D21684

Text Example


Text Example

White with #D21684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21684; }

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

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

background-color css

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

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

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

border-color css

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

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

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