Html Css Color HEX #D61892 Medium Violet Red

📋 copy color: '#D61892'

red 214 ◦ green 24 ◦ blue 146

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

Shades of Medium Violet Red #D61892

Tints of Medium Violet Red #D61892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.25%

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

R = 55.73%
G = 6.25%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D61892 (or 0xD61892) is known color: Medium Violet Red. HEX triplet: D6, 18 and 92. RGB value is (214,24,146). Sum of RGB (Red+Green+Blue) = 214+24+146=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D61892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61892 is #29E76D. Grayscale: #5E5E5E. Windows color (decimal): -2746222 or 9574614. OLE color: 9574614.

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

Color convert

RGB 214 24 146 -
CMYK 0 0.89 0.32 0.16
HSL 321.47º 0.8% 0.47% -
HSV(B) 321.47º 0.89% 0.84% -
XYZ 33.25 17.02 28.73 -
YUV 94.72 156.95 213.08 -
System Red Green Blue C M Y K H S L
Decimal 214 24 146 0 0.89 0.32 0.16 321.47 0.8 0.47
Hex D6 18 92 0 59 20 10 141 50 2F
Octal 326 30 222 0 131 40 20 501 120 57
Binary 11010110 11000 10010010 0 1011001 100000 10000 101000001 1010000 101111

Color Harmonies of #D61892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61892

Black with #D61892

Text Example


Text Example

White with #D61892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61892; }

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

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

background-color css

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

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

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

border-color css

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

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

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