Html Css Color HEX #D21CA2 Medium Violet Red

📋 copy color: '#D21CA2'

red 210 ◦ green 28 ◦ blue 162

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

Shades of Medium Violet Red #D21CA2

Tints of Medium Violet Red #D21CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 52.5%
G = 7%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D21CA2 (or 0xD21CA2) is known color: Medium Violet Red. HEX triplet: D2, 1C and A2. RGB value is (210,28,162). Sum of RGB (Red+Green+Blue) = 210+28+162=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D21CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21CA2 is #2DE35D. Grayscale: #616161. Windows color (decimal): -3007326 or 10624210. OLE color: 10624210.

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

Color convert

RGB 210 28 162 -
CMYK 0 0.87 0.23 0.18
HSL 315.82º 0.76% 0.47% -
HSV(B) 315.82º 0.87% 0.82% -
XYZ 33.52 17.14 35.72 -
YUV 97.69 164.3 208.1 -
System Red Green Blue C M Y K H S L
Decimal 210 28 162 0 0.87 0.23 0.18 315.82 0.76 0.47
Hex D2 1C A2 0 57 17 12 13C 4C 2F
Octal 322 34 242 0 127 27 22 474 114 57
Binary 11010010 11100 10100010 0 1010111 10111 10010 100111100 1001100 101111

Color Harmonies of #D21CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21CA2

Black with #D21CA2

Text Example


Text Example

White with #D21CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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