Html Css Color HEX #DB4C9E Mulberry

📋 copy color: '#DB4C9E'

red 219 ◦ green 76 ◦ blue 158

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

Shades of Mulberry #DB4C9E

Tints of Mulberry #DB4C9E

RGB

 RED value IS 219 (85.94% from 255) = 48.34%

 GREEN value IS 76 (30.08% from 255) = 16.78%

 BLUE value IS 158 (62.11% from 255) = 34.88%

R = 48.34%
G = 16.78%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB4C9E (or 0xDB4C9E) is known color: Mulberry. HEX triplet: DB, 4C and 9E. RGB value is (219,76,158). Sum of RGB (Red+Green+Blue) = 219+76+158=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4C9E is #24B361. Grayscale: #7F7F7F. Windows color (decimal): -2405218 or 10374363. OLE color: 10374363.

HSL color Cylindrical-coordinate representation of color #DB4C9E: hue angle of 325.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4C9E is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 76 158 -
CMYK 0 0.65 0.28 0.14
HSL 325.59º 0.67% 0.58% -
HSV(B) 325.59º 0.65% 0.86% -
XYZ 37.97 22.7 34.73 -
YUV 128.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 219 76 158 0 0.65 0.28 0.14 325.59 0.67 0.58
Hex DB 4C 9E 0 41 1C E 146 43 3A
Octal 333 114 236 0 101 34 16 506 103 72
Binary 11011011 1001100 10011110 0 1000001 11100 1110 101000110 1000011 111010

Color Harmonies of #DB4C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C9E

Black with #DB4C9E

Text Example


Text Example

White with #DB4C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C9E; }

 p { color: rgb(219,76,158); }

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

background-color css

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

 a { background-color: rgb(219,76,158); }

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

border-color css

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

 span { border-color: rgb(219,76,158); }

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