Html Css Color HEX #D61688 Medium Violet Red

📋 copy color: '#D61688'

red 214 ◦ green 22 ◦ blue 136

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

Shades of Medium Violet Red #D61688

Tints of Medium Violet Red #D61688

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.91%

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

R = 57.53%
G = 5.91%
B = 36.56%

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

#D61688 (or 0xD61688) is known color: Medium Violet Red. HEX triplet: D6, 16 and 88. RGB value is (214,22,136). Sum of RGB (Red+Green+Blue) = 214+22+136=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D61688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61688 is #29E977. Grayscale: #5C5C5C. Windows color (decimal): -2746744 or 8918742. OLE color: 8918742.

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

Color convert

RGB 214 22 136 -
CMYK 0 0.90 0.36 0.16
HSL 324.38º 0.81% 0.46% -
HSV(B) 324.38º 0.9% 0.84% -
XYZ 32.46 16.65 24.79 -
YUV 92.4 152.61 214.73 -
System Red Green Blue C M Y K H S L
Decimal 214 22 136 0 0.90 0.36 0.16 324.38 0.81 0.46
Hex D6 16 88 0 5A 24 10 144 51 2E
Octal 326 26 210 0 132 44 20 504 121 56
Binary 11010110 10110 10001000 0 1011010 100100 10000 101000100 1010001 101110

Color Harmonies of #D61688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61688

Black with #D61688

Text Example


Text Example

White with #D61688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61688; }

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

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

background-color css

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

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

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

border-color css

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

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

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