Html Css Color HEX #D51CA2 Medium Violet Red

📋 copy color: '#D51CA2'

red 213 ◦ green 28 ◦ blue 162

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

Shades of Medium Violet Red #D51CA2

Tints of Medium Violet Red #D51CA2

RGB

 RED value IS 213 (83.59% from 255) = 52.85%

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

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

R = 52.85%
G = 6.95%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D51CA2 (or 0xD51CA2) is known color: Medium Violet Red. HEX triplet: D5, 1C and A2. RGB value is (213,28,162). Sum of RGB (Red+Green+Blue) = 213+28+162=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D51CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51CA2 is #2AE35D. Grayscale: #626262. Windows color (decimal): -2810718 or 10624213. OLE color: 10624213.

HSL color Cylindrical-coordinate representation of color #D51CA2: hue angle of 316.54º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51CA2 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 28 162 -
CMYK 0 0.87 0.24 0.16
HSL 316.54º 0.77% 0.47% -
HSV(B) 316.54º 0.87% 0.84% -
XYZ 34.38 17.59 35.76 -
YUV 98.59 163.79 209.6 -
System Red Green Blue C M Y K H S L
Decimal 213 28 162 0 0.87 0.24 0.16 316.54 0.77 0.47
Hex D5 1C A2 0 57 18 10 13D 4D 2F
Octal 325 34 242 0 127 30 20 475 115 57
Binary 11010101 11100 10100010 0 1010111 11000 10000 100111101 1001101 101111

Color Harmonies of #D51CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CA2

Black with #D51CA2

Text Example


Text Example

White with #D51CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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