Html Css Color HEX #D61295 Medium Violet Red

📋 copy color: '#D61295'

red 214 ◦ green 18 ◦ blue 149

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

Shades of Medium Violet Red #D61295

Tints of Medium Violet Red #D61295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 56.17%
G = 4.72%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D61295 (or 0xD61295) is known color: Medium Violet Red. HEX triplet: D6, 12 and 95. RGB value is (214,18,149). Sum of RGB (Red+Green+Blue) = 214+18+149=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D61295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61295 is #29ED6A. Grayscale: #5B5B5B. Windows color (decimal): -2747755 or 9769686. OLE color: 9769686.

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

Color convert

RGB 214 18 149 -
CMYK 0 0.92 0.30 0.16
HSL 319.9º 0.84% 0.45% -
HSV(B) 319.9º 0.92% 0.84% -
XYZ 33.37 16.9 29.94 -
YUV 91.54 160.43 215.35 -
System Red Green Blue C M Y K H S L
Decimal 214 18 149 0 0.92 0.30 0.16 319.9 0.84 0.45
Hex D6 12 95 0 5C 1E 10 140 54 2D
Octal 326 22 225 0 134 36 20 500 124 55
Binary 11010110 10010 10010101 0 1011100 11110 10000 101000000 1010100 101101

Color Harmonies of #D61295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61295

Black with #D61295

Text Example


Text Example

White with #D61295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61295; }

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

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

background-color css

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

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

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

border-color css

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

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

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