Html Css Color HEX #D61098 Medium Violet Red

📋 copy color: '#D61098'

red 214 ◦ green 16 ◦ blue 152

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

Shades of Medium Violet Red #D61098

Tints of Medium Violet Red #D61098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.19%

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

R = 56.02%
G = 4.19%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61098 (or 0xD61098) is known color: Medium Violet Red. HEX triplet: D6, 10 and 98. RGB value is (214,16,152). Sum of RGB (Red+Green+Blue) = 214+16+152=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D61098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61098 is #29EF67. Grayscale: #5A5A5A. Windows color (decimal): -2748264 or 9965782. OLE color: 9965782.

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

Color convert

RGB 214 16 152 -
CMYK 0 0.93 0.29 0.16
HSL 318.79º 0.86% 0.45% -
HSV(B) 318.79º 0.93% 0.84% -
XYZ 33.58 16.93 31.2 -
YUV 90.71 162.6 215.94 -
System Red Green Blue C M Y K H S L
Decimal 214 16 152 0 0.93 0.29 0.16 318.79 0.86 0.45
Hex D6 10 98 0 5D 1D 10 13F 56 2D
Octal 326 20 230 0 135 35 20 477 126 55
Binary 11010110 10000 10011000 0 1011101 11101 10000 100111111 1010110 101101

Color Harmonies of #D61098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61098

Black with #D61098

Text Example


Text Example

White with #D61098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61098; }

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

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

background-color css

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

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

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

border-color css

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

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

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