Html Css Color HEX #D61390 Medium Violet Red

📋 copy color: '#D61390'

red 214 ◦ green 19 ◦ blue 144

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

Shades of Medium Violet Red #D61390

Tints of Medium Violet Red #D61390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.04%

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

R = 56.76%
G = 5.04%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D61390 (or 0xD61390) is known color: Medium Violet Red. HEX triplet: D6, 13 and 90. RGB value is (214,19,144). Sum of RGB (Red+Green+Blue) = 214+19+144=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D61390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61390 is #29EC6F. Grayscale: #5B5B5B. Windows color (decimal): -2747504 or 9442262. OLE color: 9442262.

HSL color Cylindrical-coordinate representation of color #D61390: hue angle of 321.54º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D61390 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 19 144 -
CMYK 0 0.91 0.33 0.16
HSL 321.54º 0.84% 0.46% -
HSV(B) 321.54º 0.91% 0.84% -
XYZ 33 16.78 27.88 -
YUV 91.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 214 19 144 0 0.91 0.33 0.16 321.54 0.84 0.46
Hex D6 13 90 0 5B 21 10 142 54 2E
Octal 326 23 220 0 133 41 20 502 124 56
Binary 11010110 10011 10010000 0 1011011 100001 10000 101000010 1010100 101110

Color Harmonies of #D61390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61390

Black with #D61390

Text Example


Text Example

White with #D61390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61390; }

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

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

background-color css

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

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

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

border-color css

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

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

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