Html Css Color HEX #D61690 Medium Violet Red

📋 copy color: '#D61690'

red 214 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #D61690

Tints of Medium Violet Red #D61690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.79%

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 56.32%
G = 5.79%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D61690 (or 0xD61690) is known color: Medium Violet Red. HEX triplet: D6, 16 and 90. RGB value is (214,22,144). Sum of RGB (Red+Green+Blue) = 214+22+144=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D61690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61690 is #29E96F. Grayscale: #5D5D5D. Windows color (decimal): -2746736 or 9443030. OLE color: 9443030.

HSL color Cylindrical-coordinate representation of color #D61690: hue angle of 321.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61690 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 144 -
CMYK 0 0.90 0.33 0.16
HSL 321.88º 0.81% 0.46% -
HSV(B) 321.88º 0.9% 0.84% -
XYZ 33.05 16.88 27.9 -
YUV 93.32 156.61 214.08 -
System Red Green Blue C M Y K H S L
Decimal 214 22 144 0 0.90 0.33 0.16 321.88 0.81 0.46
Hex D6 16 90 0 5A 21 10 142 51 2E
Octal 326 26 220 0 132 41 20 502 121 56
Binary 11010110 10110 10010000 0 1011010 100001 10000 101000010 1010001 101110

Color Harmonies of #D61690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61690

Black with #D61690

Text Example


Text Example

White with #D61690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61690; }

 p { color: rgb(214,22,144); }

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

background-color css

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

 a { background-color: rgb(214,22,144); }

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

border-color css

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

 span { border-color: rgb(214,22,144); }

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