Html Css Color HEX #D61299 Medium Violet Red

📋 copy color: '#D61299'

red 214 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #D61299

Tints of Medium Violet Red #D61299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.68%

 BLUE value IS 153 (60.16% from 255) = 39.74%

R = 55.58%
G = 4.68%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61299 (or 0xD61299) is known color: Medium Violet Red. HEX triplet: D6, 12 and 99. RGB value is (214,18,153). Sum of RGB (Red+Green+Blue) = 214+18+153=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D61299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61299 is #29ED66. Grayscale: #5B5B5B. Windows color (decimal): -2747751 or 10031830. OLE color: 10031830.

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

Color convert

RGB 214 18 153 -
CMYK 0 0.92 0.29 0.16
HSL 318.67º 0.84% 0.45% -
HSV(B) 318.67º 0.92% 0.84% -
XYZ 33.7 17.03 31.65 -
YUV 91.99 162.43 215.02 -
System Red Green Blue C M Y K H S L
Decimal 214 18 153 0 0.92 0.29 0.16 318.67 0.84 0.45
Hex D6 12 99 0 5C 1D 10 13F 54 2D
Octal 326 22 231 0 134 35 20 477 124 55
Binary 11010110 10010 10011001 0 1011100 11101 10000 100111111 1010100 101101

Color Harmonies of #D61299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61299

Black with #D61299

Text Example


Text Example

White with #D61299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61299; }

 p { color: rgb(214,18,153); }

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

background-color css

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

 a { background-color: rgb(214,18,153); }

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

border-color css

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

 span { border-color: rgb(214,18,153); }

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