Html Css Color HEX #D61B90 Medium Violet Red

📋 copy color: '#D61B90'

red 214 ◦ green 27 ◦ blue 144

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

Shades of Medium Violet Red #D61B90

Tints of Medium Violet Red #D61B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.4%

R = 55.58%
G = 7.01%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D61B90 (or 0xD61B90) is known color: Medium Violet Red. HEX triplet: D6, 1B and 90. RGB value is (214,27,144). Sum of RGB (Red+Green+Blue) = 214+27+144=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61B90 is #29E46F. Grayscale: #5F5F5F. Windows color (decimal): -2745456 or 9444310. OLE color: 9444310.

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

Color convert

RGB 214 27 144 -
CMYK 0 0.87 0.33 0.16
HSL 322.46º 0.78% 0.47% -
HSV(B) 322.46º 0.87% 0.84% -
XYZ 33.16 17.09 27.94 -
YUV 96.25 154.95 211.99 -
System Red Green Blue C M Y K H S L
Decimal 214 27 144 0 0.87 0.33 0.16 322.46 0.78 0.47
Hex D6 1B 90 0 57 21 10 142 4E 2F
Octal 326 33 220 0 127 41 20 502 116 57
Binary 11010110 11011 10010000 0 1010111 100001 10000 101000010 1001110 101111

Color Harmonies of #D61B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B90

Black with #D61B90

Text Example


Text Example

White with #D61B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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