Html Css Color HEX #D61B8B Medium Violet Red

📋 copy color: '#D61B8B'

red 214 ◦ green 27 ◦ blue 139

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

Shades of Medium Violet Red #D61B8B

Tints of Medium Violet Red #D61B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 56.32%
G = 7.11%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D61B8B (or 0xD61B8B) is known color: Medium Violet Red. HEX triplet: D6, 1B and 8B. RGB value is (214,27,139). Sum of RGB (Red+Green+Blue) = 214+27+139=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61B8B is #29E474. Grayscale: #5F5F5F. Windows color (decimal): -2745461 or 9116630. OLE color: 9116630.

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

Color convert

RGB 214 27 139 -
CMYK 0 0.87 0.35 0.16
HSL 324.06º 0.78% 0.47% -
HSV(B) 324.06º 0.87% 0.84% -
XYZ 32.78 16.94 25.97 -
YUV 95.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 214 27 139 0 0.87 0.35 0.16 324.06 0.78 0.47
Hex D6 1B 8B 0 57 23 10 144 4E 2F
Octal 326 33 213 0 127 43 20 504 116 57
Binary 11010110 11011 10001011 0 1010111 100011 10000 101000100 1001110 101111

Color Harmonies of #D61B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B8B

Black with #D61B8B

Text Example


Text Example

White with #D61B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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