Html Css Color HEX #DB40AE Mulberry

📋 copy color: '#DB40AE'

red 219 ◦ green 64 ◦ blue 174

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

Shades of Mulberry #DB40AE

Tints of Mulberry #DB40AE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14%

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

R = 47.92%
G = 14%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB40AE (or 0xDB40AE) is known color: Mulberry. HEX triplet: DB, 40 and AE. RGB value is (219,64,174). Sum of RGB (Red+Green+Blue) = 219+64+174=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB40AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB40AE is #24BF51. Grayscale: #7A7A7A. Windows color (decimal): -2408274 or 11419867. OLE color: 11419867.

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

Color convert

RGB 219 64 174 -
CMYK 0 0.71 0.21 0.14
HSL 317.42º 0.68% 0.55% -
HSV(B) 317.42º 0.71% 0.86% -
XYZ 38.69 21.78 42.21 -
YUV 122.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 219 64 174 0 0.71 0.21 0.14 317.42 0.68 0.55
Hex DB 40 AE 0 47 15 E 13D 44 37
Octal 333 100 256 0 107 25 16 475 104 67
Binary 11011011 1000000 10101110 0 1000111 10101 1110 100111101 1000100 110111

Color Harmonies of #DB40AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB40AE

Black with #DB40AE

Text Example


Text Example

White with #DB40AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB40AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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