Html Css Color HEX #D21B7C Medium Violet Red

📋 copy color: '#D21B7C'

red 210 ◦ green 27 ◦ blue 124

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

Shades of Medium Violet Red #D21B7C

Tints of Medium Violet Red #D21B7C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.48%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 58.17%
G = 7.48%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D21B7C (or 0xD21B7C) is known color: Medium Violet Red. HEX triplet: D2, 1B and 7C. RGB value is (210,27,124). Sum of RGB (Red+Green+Blue) = 210+27+124=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21B7C is #2DE483. Grayscale: #5C5C5C. Windows color (decimal): -3007620 or 8133586. OLE color: 8133586.

HSL color Cylindrical-coordinate representation of color #D21B7C: hue angle of 328.2º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B7C is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 27 124 -
CMYK 0 0.87 0.41 0.18
HSL 328.2º 0.77% 0.46% -
HSV(B) 328.2º 0.87% 0.82% -
XYZ 30.61 15.94 20.53 -
YUV 92.78 145.63 211.61 -
System Red Green Blue C M Y K H S L
Decimal 210 27 124 0 0.87 0.41 0.18 328.2 0.77 0.46
Hex D2 1B 7C 0 57 29 12 148 4D 2E
Octal 322 33 174 0 127 51 22 510 115 56
Binary 11010010 11011 1111100 0 1010111 101001 10010 101001000 1001101 101110

Color Harmonies of #D21B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B7C

Black with #D21B7C

Text Example


Text Example

White with #D21B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B7C; }

 p { color: rgb(210,27,124); }

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

background-color css

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

 a { background-color: rgb(210,27,124); }

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

border-color css

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

 span { border-color: rgb(210,27,124); }

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