Html Css Color HEX #D61094 Medium Violet Red

📋 copy color: '#D61094'

red 214 ◦ green 16 ◦ blue 148

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

Shades of Medium Violet Red #D61094

Tints of Medium Violet Red #D61094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 56.61%
G = 4.23%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D61094 (or 0xD61094) is known color: Medium Violet Red. HEX triplet: D6, 10 and 94. RGB value is (214,16,148). Sum of RGB (Red+Green+Blue) = 214+16+148=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D61094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61094 is #29EF6B. Grayscale: #595959. Windows color (decimal): -2748268 or 9703638. OLE color: 9703638.

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

Color convert

RGB 214 16 148 -
CMYK 0 0.93 0.31 0.16
HSL 320º 0.86% 0.45% -
HSV(B) 320º 0.93% 0.84% -
XYZ 33.26 16.8 29.51 -
YUV 90.25 160.6 216.27 -
System Red Green Blue C M Y K H S L
Decimal 214 16 148 0 0.93 0.31 0.16 320 0.86 0.45
Hex D6 10 94 0 5D 1F 10 140 56 2D
Octal 326 20 224 0 135 37 20 500 126 55
Binary 11010110 10000 10010100 0 1011101 11111 10000 101000000 1010110 101101

Color Harmonies of #D61094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61094

Black with #D61094

Text Example


Text Example

White with #D61094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61094; }

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

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

background-color css

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

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

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

border-color css

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

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

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