Html Css Color HEX #D61988 Medium Violet Red

📋 copy color: '#D61988'

red 214 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #D61988

Tints of Medium Violet Red #D61988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.67%

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 57.07%
G = 6.67%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D61988 (or 0xD61988) is known color: Medium Violet Red. HEX triplet: D6, 19 and 88. RGB value is (214,25,136). Sum of RGB (Red+Green+Blue) = 214+25+136=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D61988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61988 is #29E677. Grayscale: #5D5D5D. Windows color (decimal): -2745976 or 8919510. OLE color: 8919510.

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

Color convert

RGB 214 25 136 -
CMYK 0 0.88 0.36 0.16
HSL 324.76º 0.79% 0.47% -
HSV(B) 324.76º 0.88% 0.84% -
XYZ 32.52 16.77 24.82 -
YUV 94.17 151.62 213.47 -
System Red Green Blue C M Y K H S L
Decimal 214 25 136 0 0.88 0.36 0.16 324.76 0.79 0.47
Hex D6 19 88 0 58 24 10 145 4F 2F
Octal 326 31 210 0 130 44 20 505 117 57
Binary 11010110 11001 10001000 0 1011000 100100 10000 101000101 1001111 101111

Color Harmonies of #D61988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61988

Black with #D61988

Text Example


Text Example

White with #D61988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61988; }

 p { color: rgb(214,25,136); }

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

background-color css

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

 a { background-color: rgb(214,25,136); }

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

border-color css

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

 span { border-color: rgb(214,25,136); }

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