Html Css Color HEX #D61A88 Medium Violet Red

📋 copy color: '#D61A88'

red 214 ◦ green 26 ◦ blue 136

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

Shades of Medium Violet Red #D61A88

Tints of Medium Violet Red #D61A88

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.91%

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

R = 56.91%
G = 6.91%
B = 36.17%

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

#D61A88 (or 0xD61A88) is known color: Medium Violet Red. HEX triplet: D6, 1A and 88. RGB value is (214,26,136). Sum of RGB (Red+Green+Blue) = 214+26+136=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61A88 is #29E577. Grayscale: #5E5E5E. Windows color (decimal): -2745720 or 8919766. OLE color: 8919766.

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

Color convert

RGB 214 26 136 -
CMYK 0 0.88 0.36 0.16
HSL 324.89º 0.78% 0.47% -
HSV(B) 324.89º 0.88% 0.84% -
XYZ 32.54 16.81 24.82 -
YUV 94.75 151.28 213.06 -
System Red Green Blue C M Y K H S L
Decimal 214 26 136 0 0.88 0.36 0.16 324.89 0.78 0.47
Hex D6 1A 88 0 58 24 10 145 4E 2F
Octal 326 32 210 0 130 44 20 505 116 57
Binary 11010110 11010 10001000 0 1011000 100100 10000 101000101 1001110 101111

Color Harmonies of #D61A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A88

Black with #D61A88

Text Example


Text Example

White with #D61A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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