Html Css Color HEX #D61689 Medium Violet Red

📋 copy color: '#D61689'

red 214 ◦ green 22 ◦ blue 137

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

Shades of Medium Violet Red #D61689

Tints of Medium Violet Red #D61689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 57.37%
G = 5.9%
B = 36.73%

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

#D61689 (or 0xD61689) is known color: Medium Violet Red. HEX triplet: D6, 16 and 89. RGB value is (214,22,137). Sum of RGB (Red+Green+Blue) = 214+22+137=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D61689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61689 is #29E976. Grayscale: #5C5C5C. Windows color (decimal): -2746743 or 8984278. OLE color: 8984278.

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

Color convert

RGB 214 22 137 -
CMYK 0 0.90 0.36 0.16
HSL 324.06º 0.81% 0.46% -
HSV(B) 324.06º 0.9% 0.84% -
XYZ 32.53 16.68 25.17 -
YUV 92.52 153.11 214.65 -
System Red Green Blue C M Y K H S L
Decimal 214 22 137 0 0.90 0.36 0.16 324.06 0.81 0.46
Hex D6 16 89 0 5A 24 10 144 51 2E
Octal 326 26 211 0 132 44 20 504 121 56
Binary 11010110 10110 10001001 0 1011010 100100 10000 101000100 1010001 101110

Color Harmonies of #D61689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61689

Black with #D61689

Text Example


Text Example

White with #D61689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61689; }

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

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

background-color css

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

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

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

border-color css

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

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

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