Html Css Color HEX #D61C96 Medium Violet Red

📋 copy color: '#D61C96'

red 214 ◦ green 28 ◦ blue 150

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

Shades of Medium Violet Red #D61C96

Tints of Medium Violet Red #D61C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 54.59%
G = 7.14%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D61C96 (or 0xD61C96) is known color: Medium Violet Red. HEX triplet: D6, 1C and 96. RGB value is (214,28,150). Sum of RGB (Red+Green+Blue) = 214+28+150=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61C96 is #29E369. Grayscale: #616161. Windows color (decimal): -2745194 or 9837782. OLE color: 9837782.

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

Color convert

RGB 214 28 150 -
CMYK 0 0.87 0.30 0.16
HSL 320.65º 0.77% 0.47% -
HSV(B) 320.65º 0.87% 0.84% -
XYZ 33.65 17.33 30.43 -
YUV 97.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 214 28 150 0 0.87 0.30 0.16 320.65 0.77 0.47
Hex D6 1C 96 0 57 1E 10 141 4D 2F
Octal 326 34 226 0 127 36 20 501 115 57
Binary 11010110 11100 10010110 0 1010111 11110 10000 101000001 1001101 101111

Color Harmonies of #D61C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C96

Black with #D61C96

Text Example


Text Example

White with #D61C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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