Html Css Color HEX #D61096 Medium Violet Red

📋 copy color: '#D61096'

red 214 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #D61096

Tints of Medium Violet Red #D61096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.21%

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

R = 56.32%
G = 4.21%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D61096 (or 0xD61096) is known color: Medium Violet Red. HEX triplet: D6, 10 and 96. RGB value is (214,16,150). Sum of RGB (Red+Green+Blue) = 214+16+150=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D61096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61096 is #29EF69. Grayscale: #5A5A5A. Windows color (decimal): -2748266 or 9834710. OLE color: 9834710.

HSL color Cylindrical-coordinate representation of color #D61096: hue angle of 319.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61096 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 16 150 -
CMYK 0 0.93 0.30 0.16
HSL 319.39º 0.86% 0.45% -
HSV(B) 319.39º 0.93% 0.84% -
XYZ 33.42 16.87 30.35 -
YUV 90.48 161.6 216.1 -
System Red Green Blue C M Y K H S L
Decimal 214 16 150 0 0.93 0.30 0.16 319.39 0.86 0.45
Hex D6 10 96 0 5D 1E 10 13F 56 2D
Octal 326 20 226 0 135 36 20 477 126 55
Binary 11010110 10000 10010110 0 1011101 11110 10000 100111111 1010110 101101

Color Harmonies of #D61096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61096

Black with #D61096

Text Example


Text Example

White with #D61096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61096; }

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

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

background-color css

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

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

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

border-color css

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

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

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