Html Css Color HEX #DB469B Mulberry

📋 copy color: '#DB469B'

red 219 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #DB469B

Tints of Mulberry #DB469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 49.32%
G = 15.77%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB469B (or 0xDB469B) is known color: Mulberry. HEX triplet: DB, 46 and 9B. RGB value is (219,70,155). Sum of RGB (Red+Green+Blue) = 219+70+155=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB469B is #24B964. Grayscale: #7C7C7C. Windows color (decimal): -2406757 or 10176219. OLE color: 10176219.

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

Color convert

RGB 219 70 155 -
CMYK 0 0.68 0.29 0.14
HSL 325.77º 0.67% 0.57% -
HSV(B) 325.77º 0.68% 0.86% -
XYZ 37.32 21.81 33.25 -
YUV 124.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 219 70 155 0 0.68 0.29 0.14 325.77 0.67 0.57
Hex DB 46 9B 0 44 1D E 146 43 39
Octal 333 106 233 0 104 35 16 506 103 71
Binary 11011011 1000110 10011011 0 1000100 11101 1110 101000110 1000011 111001

Color Harmonies of #DB469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB469B

Black with #DB469B

Text Example


Text Example

White with #DB469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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