Html Css Color HEX #DB4697 Mulberry

📋 copy color: '#DB4697'

red 219 ◦ green 70 ◦ blue 151

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

Shades of Mulberry #DB4697

Tints of Mulberry #DB4697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.32%

R = 49.77%
G = 15.91%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB4697 (or 0xDB4697) is known color: Mulberry. HEX triplet: DB, 46 and 97. RGB value is (219,70,151). Sum of RGB (Red+Green+Blue) = 219+70+151=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4697 is #24B968. Grayscale: #7B7B7B. Windows color (decimal): -2406761 or 9914075. OLE color: 9914075.

HSL color Cylindrical-coordinate representation of color #DB4697: hue angle of 327.38º 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 #DB4697 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 151 -
CMYK 0 0.68 0.31 0.14
HSL 327.38º 0.67% 0.57% -
HSV(B) 327.38º 0.68% 0.86% -
XYZ 36.99 21.67 31.51 -
YUV 123.79 143.36 195.91 -
System Red Green Blue C M Y K H S L
Decimal 219 70 151 0 0.68 0.31 0.14 327.38 0.67 0.57
Hex DB 46 97 0 44 1F E 147 43 39
Octal 333 106 227 0 104 37 16 507 103 71
Binary 11011011 1000110 10010111 0 1000100 11111 1110 101000111 1000011 111001

Color Harmonies of #DB4697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4697

Black with #DB4697

Text Example


Text Example

White with #DB4697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4697; }

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

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

background-color css

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

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

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

border-color css

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

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

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