Html Css Color HEX #D61898 Medium Violet Red

📋 copy color: '#D61898'

red 214 ◦ green 24 ◦ blue 152

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

Shades of Medium Violet Red #D61898

Tints of Medium Violet Red #D61898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.15%

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

R = 54.87%
G = 6.15%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61898 (or 0xD61898) is known color: Medium Violet Red. HEX triplet: D6, 18 and 98. RGB value is (214,24,152). Sum of RGB (Red+Green+Blue) = 214+24+152=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D61898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61898 is #29E767. Grayscale: #5F5F5F. Windows color (decimal): -2746216 or 9967830. OLE color: 9967830.

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

Color convert

RGB 214 24 152 -
CMYK 0 0.89 0.29 0.16
HSL 319.58º 0.8% 0.47% -
HSV(B) 319.58º 0.89% 0.84% -
XYZ 33.73 17.22 31.25 -
YUV 95.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 214 24 152 0 0.89 0.29 0.16 319.58 0.8 0.47
Hex D6 18 98 0 59 1D 10 140 50 2F
Octal 326 30 230 0 131 35 20 500 120 57
Binary 11010110 11000 10011000 0 1011001 11101 10000 101000000 1010000 101111

Color Harmonies of #D61898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61898

Black with #D61898

Text Example


Text Example

White with #D61898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61898; }

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

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

background-color css

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

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

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

border-color css

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

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

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