Html Css Color HEX #DB469A Mulberry

📋 copy color: '#DB469A'

red 219 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #DB469A

Tints of Mulberry #DB469A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 49.44%
G = 15.8%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB469A (or 0xDB469A) is known color: Mulberry. HEX triplet: DB, 46 and 9A. RGB value is (219,70,154). Sum of RGB (Red+Green+Blue) = 219+70+154=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB469A is #24B965. Grayscale: #7B7B7B. Windows color (decimal): -2406758 or 10110683. OLE color: 10110683.

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

Color convert

RGB 219 70 154 -
CMYK 0 0.68 0.30 0.14
HSL 326.17º 0.67% 0.57% -
HSV(B) 326.17º 0.68% 0.86% -
XYZ 37.24 21.77 32.81 -
YUV 124.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 219 70 154 0 0.68 0.30 0.14 326.17 0.67 0.57
Hex DB 46 9A 0 44 1E E 146 43 39
Octal 333 106 232 0 104 36 16 506 103 71
Binary 11011011 1000110 10011010 0 1000100 11110 1110 101000110 1000011 111001

Color Harmonies of #DB469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB469A

Black with #DB469A

Text Example


Text Example

White with #DB469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB469A; }

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

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

background-color css

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

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

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

border-color css

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

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

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