Html Css Color HEX #D61DA2 Medium Violet Red

📋 copy color: '#D61DA2'

red 214 ◦ green 29 ◦ blue 162

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

Shades of Medium Violet Red #D61DA2

Tints of Medium Violet Red #D61DA2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.16%

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

R = 52.84%
G = 7.16%
B = 40%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D61DA2 (or 0xD61DA2) is known color: Medium Violet Red. HEX triplet: D6, 1D and A2. RGB value is (214,29,162). Sum of RGB (Red+Green+Blue) = 214+29+162=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D61DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61DA2 is #29E25D. Grayscale: #636363. Windows color (decimal): -2744926 or 10624470. OLE color: 10624470.

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

Color convert

RGB 214 29 162 -
CMYK 0 0.86 0.24 0.16
HSL 316.86º 0.76% 0.48% -
HSV(B) 316.86º 0.86% 0.84% -
XYZ 34.69 17.78 35.79 -
YUV 99.48 163.29 209.69 -
System Red Green Blue C M Y K H S L
Decimal 214 29 162 0 0.86 0.24 0.16 316.86 0.76 0.48
Hex D6 1D A2 0 56 18 10 13D 4C 30
Octal 326 35 242 0 126 30 20 475 114 60
Binary 11010110 11101 10100010 0 1010110 11000 10000 100111101 1001100 110000

Color Harmonies of #D61DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DA2

Black with #D61DA2

Text Example


Text Example

White with #D61DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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