Html Css Color HEX #D55194 Mulberry

📋 copy color: '#D55194'

red 213 ◦ green 81 ◦ blue 148

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

Shades of Mulberry #D55194

Tints of Mulberry #D55194

RGB

 RED value IS 213 (83.59% from 255) = 48.19%

 GREEN value IS 81 (32.03% from 255) = 18.33%

 BLUE value IS 148 (58.2% from 255) = 33.48%

R = 48.19%
G = 18.33%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D55194 (or 0xD55194) is known color: Mulberry. HEX triplet: D5, 51 and 94. RGB value is (213,81,148). Sum of RGB (Red+Green+Blue) = 213+81+148=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D55194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55194 is #2AAE6B. Grayscale: #7F7F7F. Windows color (decimal): -2797164 or 9720277. OLE color: 9720277.

HSL color Cylindrical-coordinate representation of color #D55194: hue angle of 329.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55194 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 81 148 -
CMYK 0 0.62 0.31 0.16
HSL 329.55º 0.61% 0.58% -
HSV(B) 329.55º 0.62% 0.84% -
XYZ 35.73 22.17 30.41 -
YUV 128.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 213 81 148 0 0.62 0.31 0.16 329.55 0.61 0.58
Hex D5 51 94 0 3E 1F 10 14A 3D 3A
Octal 325 121 224 0 76 37 20 512 75 72
Binary 11010101 1010001 10010100 0 111110 11111 10000 101001010 111101 111010

Color Harmonies of #D55194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55194

Black with #D55194

Text Example


Text Example

White with #D55194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55194; }

 p { color: rgb(213,81,148); }

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

background-color css

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

 a { background-color: rgb(213,81,148); }

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

border-color css

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

 span { border-color: rgb(213,81,148); }

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