Html Css Color HEX #D61B8A Medium Violet Red

📋 copy color: '#D61B8A'

red 214 ◦ green 27 ◦ blue 138

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

Shades of Medium Violet Red #D61B8A

Tints of Medium Violet Red #D61B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 56.46%
G = 7.12%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D61B8A (or 0xD61B8A) is known color: Medium Violet Red. HEX triplet: D6, 1B and 8A. RGB value is (214,27,138). Sum of RGB (Red+Green+Blue) = 214+27+138=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61B8A is #29E475. Grayscale: #5F5F5F. Windows color (decimal): -2745462 or 9051094. OLE color: 9051094.

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

Color convert

RGB 214 27 138 -
CMYK 0 0.87 0.36 0.16
HSL 324.39º 0.78% 0.47% -
HSV(B) 324.39º 0.87% 0.84% -
XYZ 32.71 16.91 25.59 -
YUV 95.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 214 27 138 0 0.87 0.36 0.16 324.39 0.78 0.47
Hex D6 1B 8A 0 57 24 10 144 4E 2F
Octal 326 33 212 0 127 44 20 504 116 57
Binary 11010110 11011 10001010 0 1010111 100100 10000 101000100 1001110 101111

Color Harmonies of #D61B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B8A

Black with #D61B8A

Text Example


Text Example

White with #D61B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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