Html Css Color HEX #D61990 Medium Violet Red

📋 copy color: '#D61990'

red 214 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #D61990

Tints of Medium Violet Red #D61990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 55.87%
G = 6.53%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D61990 (or 0xD61990) is known color: Medium Violet Red. HEX triplet: D6, 19 and 90. RGB value is (214,25,144). Sum of RGB (Red+Green+Blue) = 214+25+144=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D61990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61990 is #29E66F. Grayscale: #5E5E5E. Windows color (decimal): -2745968 or 9443798. OLE color: 9443798.

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

Color convert

RGB 214 25 144 -
CMYK 0 0.88 0.33 0.16
HSL 322.22º 0.79% 0.47% -
HSV(B) 322.22º 0.88% 0.84% -
XYZ 33.11 17.01 27.92 -
YUV 95.08 155.62 212.82 -
System Red Green Blue C M Y K H S L
Decimal 214 25 144 0 0.88 0.33 0.16 322.22 0.79 0.47
Hex D6 19 90 0 58 21 10 142 4F 2F
Octal 326 31 220 0 130 41 20 502 117 57
Binary 11010110 11001 10010000 0 1011000 100001 10000 101000010 1001111 101111

Color Harmonies of #D61990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61990

Black with #D61990

Text Example


Text Example

White with #D61990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61990; }

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

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

background-color css

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

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

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

border-color css

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

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

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