Html Css Color HEX #DB459A Mulberry

📋 copy color: '#DB459A'

red 219 ◦ green 69 ◦ blue 154

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

Shades of Mulberry #DB459A

Tints of Mulberry #DB459A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.61%

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

R = 49.55%
G = 15.61%
B = 34.84%

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

#DB459A (or 0xDB459A) is known color: Mulberry. HEX triplet: DB, 45 and 9A. RGB value is (219,69,154). Sum of RGB (Red+Green+Blue) = 219+69+154=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB459A is #24BA65. Grayscale: #7B7B7B. Windows color (decimal): -2407014 or 10110427. OLE color: 10110427.

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

Color convert

RGB 219 69 154 -
CMYK 0 0.68 0.30 0.14
HSL 326º 0.68% 0.56% -
HSV(B) 326º 0.68% 0.86% -
XYZ 37.17 21.65 32.79 -
YUV 123.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 219 69 154 0 0.68 0.30 0.14 326 0.68 0.56
Hex DB 45 9A 0 44 1E E 146 44 38
Octal 333 105 232 0 104 36 16 506 104 70
Binary 11011011 1000101 10011010 0 1000100 11110 1110 101000110 1000100 111000

Color Harmonies of #DB459A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB459A

Black with #DB459A

Text Example


Text Example

White with #DB459A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB459A; }

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

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

background-color css

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

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

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

border-color css

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

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

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