Html Css Color HEX #D21672 Medium Violet Red

📋 copy color: '#D21672'

red 210 ◦ green 22 ◦ blue 114

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

Shades of Medium Violet Red #D21672

Tints of Medium Violet Red #D21672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 60.69%
G = 6.36%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D21672 (or 0xD21672) is known color: Medium Violet Red. HEX triplet: D2, 16 and 72. RGB value is (210,22,114). Sum of RGB (Red+Green+Blue) = 210+22+114=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D21672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21672 is #2DE98D. Grayscale: #585858. Windows color (decimal): -3008910 or 7476946. OLE color: 7476946.

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

Color convert

RGB 210 22 114 -
CMYK 0 0.90 0.46 0.18
HSL 330.64º 0.81% 0.45% -
HSV(B) 330.64º 0.9% 0.82% -
XYZ 29.9 15.49 17.33 -
YUV 88.7 142.28 214.52 -
System Red Green Blue C M Y K H S L
Decimal 210 22 114 0 0.90 0.46 0.18 330.64 0.81 0.45
Hex D2 16 72 0 5A 2E 12 14B 51 2D
Octal 322 26 162 0 132 56 22 513 121 55
Binary 11010010 10110 1110010 0 1011010 101110 10010 101001011 1010001 101101

Color Harmonies of #D21672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21672

Black with #D21672

Text Example


Text Example

White with #D21672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21672; }

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

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

background-color css

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

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

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

border-color css

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

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

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