Html Css Color HEX #D61A92 Medium Violet Red

📋 copy color: '#D61A92'

red 214 ◦ green 26 ◦ blue 146

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

Shades of Medium Violet Red #D61A92

Tints of Medium Violet Red #D61A92

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.74%

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

R = 55.44%
G = 6.74%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D61A92 (or 0xD61A92) is known color: Medium Violet Red. HEX triplet: D6, 1A and 92. RGB value is (214,26,146). Sum of RGB (Red+Green+Blue) = 214+26+146=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61A92 is #29E56D. Grayscale: #5F5F5F. Windows color (decimal): -2745710 or 9575126. OLE color: 9575126.

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

Color convert

RGB 214 26 146 -
CMYK 0 0.88 0.32 0.16
HSL 321.7º 0.78% 0.47% -
HSV(B) 321.7º 0.88% 0.84% -
XYZ 33.29 17.11 28.74 -
YUV 95.89 156.28 212.24 -
System Red Green Blue C M Y K H S L
Decimal 214 26 146 0 0.88 0.32 0.16 321.7 0.78 0.47
Hex D6 1A 92 0 58 20 10 142 4E 2F
Octal 326 32 222 0 130 40 20 502 116 57
Binary 11010110 11010 10010010 0 1011000 100000 10000 101000010 1001110 101111

Color Harmonies of #D61A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A92

Black with #D61A92

Text Example


Text Example

White with #D61A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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