Html Css Color HEX #D61CA2 Medium Violet Red

📋 copy color: '#D61CA2'

red 214 ◦ green 28 ◦ blue 162

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

Shades of Medium Violet Red #D61CA2

Tints of Medium Violet Red #D61CA2

RGB

 RED value IS 214 (83.98% from 255) = 52.97%

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

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

R = 52.97%
G = 6.93%
B = 40.1%

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

#D61CA2 (or 0xD61CA2) is known color: Medium Violet Red. HEX triplet: D6, 1C and A2. RGB value is (214,28,162). Sum of RGB (Red+Green+Blue) = 214+28+162=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CA2 is #29E35D. Grayscale: #626262. Windows color (decimal): -2745182 or 10624214. OLE color: 10624214.

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

Color convert

RGB 214 28 162 -
CMYK 0 0.87 0.24 0.16
HSL 316.77º 0.77% 0.47% -
HSV(B) 316.77º 0.87% 0.84% -
XYZ 34.67 17.74 35.78 -
YUV 98.89 163.62 210.1 -
System Red Green Blue C M Y K H S L
Decimal 214 28 162 0 0.87 0.24 0.16 316.77 0.77 0.47
Hex D6 1C A2 0 57 18 10 13D 4D 2F
Octal 326 34 242 0 127 30 20 475 115 57
Binary 11010110 11100 10100010 0 1010111 11000 10000 100111101 1001101 101111

Color Harmonies of #D61CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CA2

Black with #D61CA2

Text Example


Text Example

White with #D61CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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