Html Css Color HEX #D61292 Medium Violet Red

📋 copy color: '#D61292'

red 214 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #D61292

Tints of Medium Violet Red #D61292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.76%

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

R = 56.61%
G = 4.76%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D61292 (or 0xD61292) is known color: Medium Violet Red. HEX triplet: D6, 12 and 92. RGB value is (214,18,146). Sum of RGB (Red+Green+Blue) = 214+18+146=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D61292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61292 is #29ED6D. Grayscale: #5A5A5A. Windows color (decimal): -2747758 or 9573078. OLE color: 9573078.

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

Color convert

RGB 214 18 146 -
CMYK 0 0.92 0.32 0.16
HSL 320.82º 0.84% 0.45% -
HSV(B) 320.82º 0.92% 0.84% -
XYZ 33.14 16.8 28.69 -
YUV 91.2 158.93 215.59 -
System Red Green Blue C M Y K H S L
Decimal 214 18 146 0 0.92 0.32 0.16 320.82 0.84 0.45
Hex D6 12 92 0 5C 20 10 141 54 2D
Octal 326 22 222 0 134 40 20 501 124 55
Binary 11010110 10010 10010010 0 1011100 100000 10000 101000001 1010100 101101

Color Harmonies of #D61292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61292

Black with #D61292

Text Example


Text Example

White with #D61292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61292; }

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

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

background-color css

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

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

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

border-color css

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

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

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