Html Css Color HEX #D61887 Medium Violet Red

📋 copy color: '#D61887'

red 214 ◦ green 24 ◦ blue 135

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

Shades of Medium Violet Red #D61887

Tints of Medium Violet Red #D61887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 57.37%
G = 6.43%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D61887 (or 0xD61887) is known color: Medium Violet Red. HEX triplet: D6, 18 and 87. RGB value is (214,24,135). Sum of RGB (Red+Green+Blue) = 214+24+135=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D61887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61887 is #29E778. Grayscale: #5D5D5D. Windows color (decimal): -2746233 or 8853718. OLE color: 8853718.

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

Color convert

RGB 214 24 135 -
CMYK 0 0.89 0.37 0.16
HSL 324.95º 0.8% 0.47% -
HSV(B) 324.95º 0.89% 0.84% -
XYZ 32.43 16.7 24.44 -
YUV 93.46 151.45 213.97 -
System Red Green Blue C M Y K H S L
Decimal 214 24 135 0 0.89 0.37 0.16 324.95 0.8 0.47
Hex D6 18 87 0 59 25 10 145 50 2F
Octal 326 30 207 0 131 45 20 505 120 57
Binary 11010110 11000 10000111 0 1011001 100101 10000 101000101 1010000 101111

Color Harmonies of #D61887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61887

Black with #D61887

Text Example


Text Example

White with #D61887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61887; }

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

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

background-color css

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

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

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

border-color css

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

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

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