Html Css Color HEX #DB4695 Mulberry

📋 copy color: '#DB4695'

red 219 ◦ green 70 ◦ blue 149

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

Shades of Mulberry #DB4695

Tints of Mulberry #DB4695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.98%

 BLUE value IS 149 (58.59% from 255) = 34.02%

R = 50%
G = 15.98%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4695 (or 0xDB4695) is known color: Mulberry. HEX triplet: DB, 46 and 95. RGB value is (219,70,149). Sum of RGB (Red+Green+Blue) = 219+70+149=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4695 is #24B96A. Grayscale: #7B7B7B. Windows color (decimal): -2406763 or 9783003. OLE color: 9783003.

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

Color convert

RGB 219 70 149 -
CMYK 0 0.68 0.32 0.14
HSL 328.19º 0.67% 0.57% -
HSV(B) 328.19º 0.68% 0.86% -
XYZ 36.83 21.61 30.66 -
YUV 123.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 219 70 149 0 0.68 0.32 0.14 328.19 0.67 0.57
Hex DB 46 95 0 44 20 E 148 43 39
Octal 333 106 225 0 104 40 16 510 103 71
Binary 11011011 1000110 10010101 0 1000100 100000 1110 101001000 1000011 111001

Color Harmonies of #DB4695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4695

Black with #DB4695

Text Example


Text Example

White with #DB4695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4695; }

 p { color: rgb(219,70,149); }

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

background-color css

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

 a { background-color: rgb(219,70,149); }

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

border-color css

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

 span { border-color: rgb(219,70,149); }

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