Html Css Color HEX #D21CAC Medium Violet Red

📋 copy color: '#D21CAC'

red 210 ◦ green 28 ◦ blue 172

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

Shades of Medium Violet Red #D21CAC

Tints of Medium Violet Red #D21CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 51.22%
G = 6.83%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D21CAC (or 0xD21CAC) is known color: Medium Violet Red. HEX triplet: D2, 1C and AC. RGB value is (210,28,172). Sum of RGB (Red+Green+Blue) = 210+28+172=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21CAC is #2DE353. Grayscale: #626262. Windows color (decimal): -3007316 or 11279570. OLE color: 11279570.

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

Color convert

RGB 210 28 172 -
CMYK 0 0.87 0.18 0.18
HSL 312.53º 0.76% 0.47% -
HSV(B) 312.53º 0.87% 0.82% -
XYZ 34.44 17.51 40.59 -
YUV 98.83 169.3 207.29 -
System Red Green Blue C M Y K H S L
Decimal 210 28 172 0 0.87 0.18 0.18 312.53 0.76 0.47
Hex D2 1C AC 0 57 12 12 139 4C 2F
Octal 322 34 254 0 127 22 22 471 114 57
Binary 11010010 11100 10101100 0 1010111 10010 10010 100111001 1001100 101111

Color Harmonies of #D21CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CAC

Black with #D21CAC

Text Example


Text Example

White with #D21CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CAC; }

 p { color: rgb(210,28,172); }

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

background-color css

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

 a { background-color: rgb(210,28,172); }

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

border-color css

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

 span { border-color: rgb(210,28,172); }

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