Html Css Color HEX #D61C8F Medium Violet Red

📋 copy color: '#D61C8F'

red 214 ◦ green 28 ◦ blue 143

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

Shades of Medium Violet Red #D61C8F

Tints of Medium Violet Red #D61C8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 55.58%
G = 7.27%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D61C8F (or 0xD61C8F) is known color: Medium Violet Red. HEX triplet: D6, 1C and 8F. RGB value is (214,28,143). Sum of RGB (Red+Green+Blue) = 214+28+143=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61C8F is #29E370. Grayscale: #606060. Windows color (decimal): -2745201 or 9379030. OLE color: 9379030.

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

Color convert

RGB 214 28 143 -
CMYK 0 0.87 0.33 0.16
HSL 322.9º 0.77% 0.47% -
HSV(B) 322.9º 0.87% 0.84% -
XYZ 33.1 17.11 27.54 -
YUV 96.72 154.12 211.65 -
System Red Green Blue C M Y K H S L
Decimal 214 28 143 0 0.87 0.33 0.16 322.9 0.77 0.47
Hex D6 1C 8F 0 57 21 10 143 4D 2F
Octal 326 34 217 0 127 41 20 503 115 57
Binary 11010110 11100 10001111 0 1010111 100001 10000 101000011 1001101 101111

Color Harmonies of #D61C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C8F

Black with #D61C8F

Text Example


Text Example

White with #D61C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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