Html Css Color HEX #D61C8E Medium Violet Red

📋 copy color: '#D61C8E'

red 214 ◦ green 28 ◦ blue 142

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

Shades of Medium Violet Red #D61C8E

Tints of Medium Violet Red #D61C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 55.73%
G = 7.29%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D61C8E (or 0xD61C8E) is known color: Medium Violet Red. HEX triplet: D6, 1C and 8E. RGB value is (214,28,142). Sum of RGB (Red+Green+Blue) = 214+28+142=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61C8E is #29E371. Grayscale: #606060. Windows color (decimal): -2745202 or 9313494. OLE color: 9313494.

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

Color convert

RGB 214 28 142 -
CMYK 0 0.87 0.34 0.16
HSL 323.23º 0.77% 0.47% -
HSV(B) 323.23º 0.87% 0.84% -
XYZ 33.03 17.08 27.15 -
YUV 96.61 153.62 211.73 -
System Red Green Blue C M Y K H S L
Decimal 214 28 142 0 0.87 0.34 0.16 323.23 0.77 0.47
Hex D6 1C 8E 0 57 22 10 143 4D 2F
Octal 326 34 216 0 127 42 20 503 115 57
Binary 11010110 11100 10001110 0 1010111 100010 10000 101000011 1001101 101111

Color Harmonies of #D61C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C8E

Black with #D61C8E

Text Example


Text Example

White with #D61C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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