Html Css Color HEX #D61992 Medium Violet Red

📋 copy color: '#D61992'

red 214 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #D61992

Tints of Medium Violet Red #D61992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.49%

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

R = 55.58%
G = 6.49%
B = 37.92%

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

#D61992 (or 0xD61992) is known color: Medium Violet Red. HEX triplet: D6, 19 and 92. RGB value is (214,25,146). Sum of RGB (Red+Green+Blue) = 214+25+146=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D61992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61992 is #29E66D. Grayscale: #5F5F5F. Windows color (decimal): -2745966 or 9574870. OLE color: 9574870.

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

Color convert

RGB 214 25 146 -
CMYK 0 0.88 0.32 0.16
HSL 321.59º 0.79% 0.47% -
HSV(B) 321.59º 0.88% 0.84% -
XYZ 33.27 17.07 28.73 -
YUV 95.31 156.62 212.66 -
System Red Green Blue C M Y K H S L
Decimal 214 25 146 0 0.88 0.32 0.16 321.59 0.79 0.47
Hex D6 19 92 0 58 20 10 142 4F 2F
Octal 326 31 222 0 130 40 20 502 117 57
Binary 11010110 11001 10010010 0 1011000 100000 10000 101000010 1001111 101111

Color Harmonies of #D61992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61992

Black with #D61992

Text Example


Text Example

White with #D61992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61992; }

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

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

background-color css

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

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

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

border-color css

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

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

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