Html Css Color HEX #D61698 Medium Violet Red

📋 copy color: '#D61698'

red 214 ◦ green 22 ◦ blue 152

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

Shades of Medium Violet Red #D61698

Tints of Medium Violet Red #D61698

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.67%

 BLUE value IS 152 (59.77% from 255) = 39.18%

R = 55.15%
G = 5.67%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61698 (or 0xD61698) is known color: Medium Violet Red. HEX triplet: D6, 16 and 98. RGB value is (214,22,152). Sum of RGB (Red+Green+Blue) = 214+22+152=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D61698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61698 is #29E967. Grayscale: #5D5D5D. Windows color (decimal): -2746728 or 9967318. OLE color: 9967318.

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

Color convert

RGB 214 22 152 -
CMYK 0 0.90 0.29 0.16
HSL 319.38º 0.81% 0.46% -
HSV(B) 319.38º 0.9% 0.84% -
XYZ 33.69 17.14 31.24 -
YUV 94.23 160.61 213.43 -
System Red Green Blue C M Y K H S L
Decimal 214 22 152 0 0.90 0.29 0.16 319.38 0.81 0.46
Hex D6 16 98 0 5A 1D 10 13F 51 2E
Octal 326 26 230 0 132 35 20 477 121 56
Binary 11010110 10110 10011000 0 1011010 11101 10000 100111111 1010001 101110

Color Harmonies of #D61698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61698

Black with #D61698

Text Example


Text Example

White with #D61698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61698; }

 p { color: rgb(214,22,152); }

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

background-color css

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

 a { background-color: rgb(214,22,152); }

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

border-color css

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

 span { border-color: rgb(214,22,152); }

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