Html Css Color HEX #D61B99 Medium Violet Red

📋 copy color: '#D61B99'

red 214 ◦ green 27 ◦ blue 153

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

Shades of Medium Violet Red #D61B99

Tints of Medium Violet Red #D61B99

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.85%

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 54.31%
G = 6.85%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D61B99 (or 0xD61B99) is known color: Medium Violet Red. HEX triplet: D6, 1B and 99. RGB value is (214,27,153). Sum of RGB (Red+Green+Blue) = 214+27+153=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61B99 is #29E466. Grayscale: #606060. Windows color (decimal): -2745447 or 10034134. OLE color: 10034134.

HSL color Cylindrical-coordinate representation of color #D61B99: hue angle of 319.57º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61B99 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 27 153 -
CMYK 0 0.87 0.29 0.16
HSL 319.57º 0.78% 0.47% -
HSV(B) 319.57º 0.87% 0.84% -
XYZ 33.87 17.38 31.71 -
YUV 97.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 214 27 153 0 0.87 0.29 0.16 319.57 0.78 0.47
Hex D6 1B 99 0 57 1D 10 140 4E 2F
Octal 326 33 231 0 127 35 20 500 116 57
Binary 11010110 11011 10011001 0 1010111 11101 10000 101000000 1001110 101111

Color Harmonies of #D61B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B99

Black with #D61B99

Text Example


Text Example

White with #D61B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B99; }

 p { color: rgb(214,27,153); }

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

background-color css

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

 a { background-color: rgb(214,27,153); }

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

border-color css

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

 span { border-color: rgb(214,27,153); }

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