Html Css Color HEX #D61588 Medium Violet Red

📋 copy color: '#D61588'

red 214 ◦ green 21 ◦ blue 136

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

Shades of Medium Violet Red #D61588

Tints of Medium Violet Red #D61588

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.66%

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

R = 57.68%
G = 5.66%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D61588 (or 0xD61588) is known color: Medium Violet Red. HEX triplet: D6, 15 and 88. RGB value is (214,21,136). Sum of RGB (Red+Green+Blue) = 214+21+136=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D61588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61588 is #29EA77. Grayscale: #5B5B5B. Windows color (decimal): -2747000 or 8918486. OLE color: 8918486.

HSL color Cylindrical-coordinate representation of color #D61588: hue angle of 324.25º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61588 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 21 136 -
CMYK 0 0.90 0.36 0.16
HSL 324.25º 0.82% 0.46% -
HSV(B) 324.25º 0.9% 0.84% -
XYZ 32.44 16.61 24.79 -
YUV 91.82 152.94 215.15 -
System Red Green Blue C M Y K H S L
Decimal 214 21 136 0 0.90 0.36 0.16 324.25 0.82 0.46
Hex D6 15 88 0 5A 24 10 144 52 2E
Octal 326 25 210 0 132 44 20 504 122 56
Binary 11010110 10101 10001000 0 1011010 100100 10000 101000100 1010010 101110

Color Harmonies of #D61588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61588

Black with #D61588

Text Example


Text Example

White with #D61588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61588; }

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

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

background-color css

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

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

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

border-color css

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

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

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