Html Css Color HEX #DB4AAE Mulberry

📋 copy color: '#DB4AAE'

red 219 ◦ green 74 ◦ blue 174

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

Shades of Mulberry #DB4AAE

Tints of Mulberry #DB4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.85%

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 46.9%
G = 15.85%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB4AAE (or 0xDB4AAE) is known color: Mulberry. HEX triplet: DB, 4A and AE. RGB value is (219,74,174). Sum of RGB (Red+Green+Blue) = 219+74+174=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4AAE is #24B551. Grayscale: #808080. Windows color (decimal): -2405714 or 11422427. OLE color: 11422427.

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

Color convert

RGB 219 74 174 -
CMYK 0 0.66 0.21 0.14
HSL 318.62º 0.67% 0.57% -
HSV(B) 318.62º 0.66% 0.86% -
XYZ 39.3 23.01 42.42 -
YUV 128.76 153.54 192.37 -
System Red Green Blue C M Y K H S L
Decimal 219 74 174 0 0.66 0.21 0.14 318.62 0.67 0.57
Hex DB 4A AE 0 42 15 E 13F 43 39
Octal 333 112 256 0 102 25 16 477 103 71
Binary 11011011 1001010 10101110 0 1000010 10101 1110 100111111 1000011 111001

Color Harmonies of #DB4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4AAE

Black with #DB4AAE

Text Example


Text Example

White with #DB4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4AAE; }

 p { color: rgb(219,74,174); }

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

background-color css

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

 a { background-color: rgb(219,74,174); }

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

border-color css

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

 span { border-color: rgb(219,74,174); }

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