Html Css Color HEX #D61888 Medium Violet Red

📋 copy color: '#D61888'

red 214 ◦ green 24 ◦ blue 136

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

Shades of Medium Violet Red #D61888

Tints of Medium Violet Red #D61888

RGB

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

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

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

R = 57.22%
G = 6.42%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D61888 (or 0xD61888) is known color: Medium Violet Red. HEX triplet: D6, 18 and 88. RGB value is (214,24,136). Sum of RGB (Red+Green+Blue) = 214+24+136=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D61888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61888 is #29E777. Grayscale: #5D5D5D. Windows color (decimal): -2746232 or 8919254. OLE color: 8919254.

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

Color convert

RGB 214 24 136 -
CMYK 0 0.89 0.36 0.16
HSL 324.63º 0.8% 0.47% -
HSV(B) 324.63º 0.89% 0.84% -
XYZ 32.5 16.73 24.81 -
YUV 93.58 151.95 213.89 -
System Red Green Blue C M Y K H S L
Decimal 214 24 136 0 0.89 0.36 0.16 324.63 0.8 0.47
Hex D6 18 88 0 59 24 10 145 50 2F
Octal 326 30 210 0 131 44 20 505 120 57
Binary 11010110 11000 10001000 0 1011001 100100 10000 101000101 1010000 101111

Color Harmonies of #D61888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61888

Black with #D61888

Text Example


Text Example

White with #D61888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61888; }

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

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

background-color css

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

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

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

border-color css

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

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

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