Html Css Color HEX #D61C8A Medium Violet Red

📋 copy color: '#D61C8A'

red 214 ◦ green 28 ◦ blue 138

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

Shades of Medium Violet Red #D61C8A

Tints of Medium Violet Red #D61C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 56.32%
G = 7.37%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D61C8A (or 0xD61C8A) is known color: Medium Violet Red. HEX triplet: D6, 1C and 8A. RGB value is (214,28,138). Sum of RGB (Red+Green+Blue) = 214+28+138=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61C8A is #29E375. Grayscale: #5F5F5F. Windows color (decimal): -2745206 or 9051350. OLE color: 9051350.

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

Color convert

RGB 214 28 138 -
CMYK 0 0.87 0.36 0.16
HSL 324.52º 0.77% 0.47% -
HSV(B) 324.52º 0.87% 0.84% -
XYZ 32.73 16.96 25.59 -
YUV 96.15 151.62 212.06 -
System Red Green Blue C M Y K H S L
Decimal 214 28 138 0 0.87 0.36 0.16 324.52 0.77 0.47
Hex D6 1C 8A 0 57 24 10 145 4D 2F
Octal 326 34 212 0 127 44 20 505 115 57
Binary 11010110 11100 10001010 0 1010111 100100 10000 101000101 1001101 101111

Color Harmonies of #D61C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C8A

Black with #D61C8A

Text Example


Text Example

White with #D61C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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