Html Css Color HEX #D61890 Medium Violet Red

📋 copy color: '#D61890'

red 214 ◦ green 24 ◦ blue 144

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

Shades of Medium Violet Red #D61890

Tints of Medium Violet Red #D61890

RGB

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

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

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

R = 56.02%
G = 6.28%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D61890 (or 0xD61890) is known color: Medium Violet Red. HEX triplet: D6, 18 and 90. RGB value is (214,24,144). Sum of RGB (Red+Green+Blue) = 214+24+144=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D61890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61890 is #29E76F. Grayscale: #5E5E5E. Windows color (decimal): -2746224 or 9443542. OLE color: 9443542.

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

Color convert

RGB 214 24 144 -
CMYK 0 0.89 0.33 0.16
HSL 322.11º 0.8% 0.47% -
HSV(B) 322.11º 0.89% 0.84% -
XYZ 33.09 16.96 27.92 -
YUV 94.49 155.95 213.24 -
System Red Green Blue C M Y K H S L
Decimal 214 24 144 0 0.89 0.33 0.16 322.11 0.8 0.47
Hex D6 18 90 0 59 21 10 142 50 2F
Octal 326 30 220 0 131 41 20 502 120 57
Binary 11010110 11000 10010000 0 1011001 100001 10000 101000010 1010000 101111

Color Harmonies of #D61890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61890

Black with #D61890

Text Example


Text Example

White with #D61890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61890; }

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

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

background-color css

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

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

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

border-color css

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

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

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