Html Css Color HEX #D61499 Medium Violet Red

📋 copy color: '#D61499'

red 214 ◦ green 20 ◦ blue 153

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

Shades of Medium Violet Red #D61499

Tints of Medium Violet Red #D61499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

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

R = 55.3%
G = 5.17%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61499 (or 0xD61499) is known color: Medium Violet Red. HEX triplet: D6, 14 and 99. RGB value is (214,20,153). Sum of RGB (Red+Green+Blue) = 214+20+153=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D61499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61499 is #29EB66. Grayscale: #5C5C5C. Windows color (decimal): -2747239 or 10032342. OLE color: 10032342.

HSL color Cylindrical-coordinate representation of color #D61499: hue angle of 318.87º degrees, saturation: 0.83, 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 #D61499 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 153 -
CMYK 0 0.91 0.29 0.16
HSL 318.87º 0.83% 0.46% -
HSV(B) 318.87º 0.91% 0.84% -
XYZ 33.73 17.1 31.66 -
YUV 93.17 161.77 214.19 -
System Red Green Blue C M Y K H S L
Decimal 214 20 153 0 0.91 0.29 0.16 318.87 0.83 0.46
Hex D6 14 99 0 5B 1D 10 13F 53 2E
Octal 326 24 231 0 133 35 20 477 123 56
Binary 11010110 10100 10011001 0 1011011 11101 10000 100111111 1010011 101110

Color Harmonies of #D61499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61499

Black with #D61499

Text Example


Text Example

White with #D61499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61499; }

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

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

background-color css

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

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

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

border-color css

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

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

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