Html Css Color HEX #D61CA1 Medium Violet Red

📋 copy color: '#D61CA1'

red 214 ◦ green 28 ◦ blue 161

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

Shades of Medium Violet Red #D61CA1

Tints of Medium Violet Red #D61CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.95%

R = 53.1%
G = 6.95%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D61CA1 (or 0xD61CA1) is known color: Medium Violet Red. HEX triplet: D6, 1C and A1. RGB value is (214,28,161). Sum of RGB (Red+Green+Blue) = 214+28+161=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CA1 is #29E35E. Grayscale: #626262. Windows color (decimal): -2745183 or 10558678. OLE color: 10558678.

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

Color convert

RGB 214 28 161 -
CMYK 0 0.87 0.25 0.16
HSL 317.1º 0.77% 0.47% -
HSV(B) 317.1º 0.87% 0.84% -
XYZ 34.58 17.7 35.31 -
YUV 98.78 163.12 210.19 -
System Red Green Blue C M Y K H S L
Decimal 214 28 161 0 0.87 0.25 0.16 317.1 0.77 0.47
Hex D6 1C A1 0 57 19 10 13D 4D 2F
Octal 326 34 241 0 127 31 20 475 115 57
Binary 11010110 11100 10100001 0 1010111 11001 10000 100111101 1001101 101111

Color Harmonies of #D61CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CA1

Black with #D61CA1

Text Example


Text Example

White with #D61CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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