Html Css Color HEX #D61CA6 Medium Violet Red

📋 copy color: '#D61CA6'

red 214 ◦ green 28 ◦ blue 166

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

Shades of Medium Violet Red #D61CA6

Tints of Medium Violet Red #D61CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.69%

R = 52.45%
G = 6.86%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D61CA6 (or 0xD61CA6) is known color: Medium Violet Red. HEX triplet: D6, 1C and A6. RGB value is (214,28,166). Sum of RGB (Red+Green+Blue) = 214+28+166=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CA6 is #29E359. Grayscale: #626262. Windows color (decimal): -2745178 or 10886358. OLE color: 10886358.

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

Color convert

RGB 214 28 166 -
CMYK 0 0.87 0.22 0.16
HSL 315.48º 0.77% 0.47% -
HSV(B) 315.48º 0.87% 0.84% -
XYZ 35.03 17.88 37.68 -
YUV 99.35 165.62 209.78 -
System Red Green Blue C M Y K H S L
Decimal 214 28 166 0 0.87 0.22 0.16 315.48 0.77 0.47
Hex D6 1C A6 0 57 16 10 13B 4D 2F
Octal 326 34 246 0 127 26 20 473 115 57
Binary 11010110 11100 10100110 0 1010111 10110 10000 100111011 1001101 101111

Color Harmonies of #D61CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CA6

Black with #D61CA6

Text Example


Text Example

White with #D61CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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