Html Css Color HEX #D61592 Medium Violet Red

📋 copy color: '#D61592'

red 214 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #D61592

Tints of Medium Violet Red #D61592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

 BLUE value IS 146 (57.42% from 255) = 38.32%

R = 56.17%
G = 5.51%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D61592 (or 0xD61592) is known color: Medium Violet Red. HEX triplet: D6, 15 and 92. RGB value is (214,21,146). Sum of RGB (Red+Green+Blue) = 214+21+146=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D61592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61592 is #29EA6D. Grayscale: #5C5C5C. Windows color (decimal): -2746990 or 9573846. OLE color: 9573846.

HSL color Cylindrical-coordinate representation of color #D61592: hue angle of 321.14º degrees, saturation: 0.82, 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 #D61592 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 146 -
CMYK 0 0.90 0.32 0.16
HSL 321.14º 0.82% 0.46% -
HSV(B) 321.14º 0.9% 0.84% -
XYZ 33.19 16.91 28.71 -
YUV 92.96 157.94 214.34 -
System Red Green Blue C M Y K H S L
Decimal 214 21 146 0 0.90 0.32 0.16 321.14 0.82 0.46
Hex D6 15 92 0 5A 20 10 141 52 2E
Octal 326 25 222 0 132 40 20 501 122 56
Binary 11010110 10101 10010010 0 1011010 100000 10000 101000001 1010010 101110

Color Harmonies of #D61592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61592

Black with #D61592

Text Example


Text Example

White with #D61592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61592; }

 p { color: rgb(214,21,146); }

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

background-color css

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

 a { background-color: rgb(214,21,146); }

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

border-color css

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

 span { border-color: rgb(214,21,146); }

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