Html Css Color HEX #D21CAB Medium Violet Red

📋 copy color: '#D21CAB'

red 210 ◦ green 28 ◦ blue 171

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

Shades of Medium Violet Red #D21CAB

Tints of Medium Violet Red #D21CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 51.34%
G = 6.85%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D21CAB (or 0xD21CAB) is known color: Medium Violet Red. HEX triplet: D2, 1C and AB. RGB value is (210,28,171). Sum of RGB (Red+Green+Blue) = 210+28+171=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21CAB is #2DE354. Grayscale: #626262. Windows color (decimal): -3007317 or 11214034. OLE color: 11214034.

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

Color convert

RGB 210 28 171 -
CMYK 0 0.87 0.19 0.18
HSL 312.86º 0.76% 0.47% -
HSV(B) 312.86º 0.87% 0.82% -
XYZ 34.34 17.47 40.09 -
YUV 98.72 168.8 207.37 -
System Red Green Blue C M Y K H S L
Decimal 210 28 171 0 0.87 0.19 0.18 312.86 0.76 0.47
Hex D2 1C AB 0 57 13 12 139 4C 2F
Octal 322 34 253 0 127 23 22 471 114 57
Binary 11010010 11100 10101011 0 1010111 10011 10010 100111001 1001100 101111

Color Harmonies of #D21CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CAB

Black with #D21CAB

Text Example


Text Example

White with #D21CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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