Html Css Color HEX #D61893 Medium Violet Red

📋 copy color: '#D61893'

red 214 ◦ green 24 ◦ blue 147

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

Shades of Medium Violet Red #D61893

Tints of Medium Violet Red #D61893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 55.58%
G = 6.23%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D61893 (or 0xD61893) is known color: Medium Violet Red. HEX triplet: D6, 18 and 93. RGB value is (214,24,147). Sum of RGB (Red+Green+Blue) = 214+24+147=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D61893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61893 is #29E76C. Grayscale: #5E5E5E. Windows color (decimal): -2746221 or 9640150. OLE color: 9640150.

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

Color convert

RGB 214 24 147 -
CMYK 0 0.89 0.31 0.16
HSL 321.16º 0.8% 0.47% -
HSV(B) 321.16º 0.89% 0.84% -
XYZ 33.32 17.06 29.14 -
YUV 94.83 157.45 213 -
System Red Green Blue C M Y K H S L
Decimal 214 24 147 0 0.89 0.31 0.16 321.16 0.8 0.47
Hex D6 18 93 0 59 1F 10 141 50 2F
Octal 326 30 223 0 131 37 20 501 120 57
Binary 11010110 11000 10010011 0 1011001 11111 10000 101000001 1010000 101111

Color Harmonies of #D61893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61893

Black with #D61893

Text Example


Text Example

White with #D61893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61893; }

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

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

background-color css

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

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

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

border-color css

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

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

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