Html Css Color HEX #DB4A8E Mulberry

📋 copy color: '#DB4A8E'

red 219 ◦ green 74 ◦ blue 142

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

Shades of Mulberry #DB4A8E

Tints of Mulberry #DB4A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.64%

R = 50.34%
G = 17.01%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB4A8E (or 0xDB4A8E) is known color: Mulberry. HEX triplet: DB, 4A and 8E. RGB value is (219,74,142). Sum of RGB (Red+Green+Blue) = 219+74+142=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4A8E is #24B571. Grayscale: #7C7C7C. Windows color (decimal): -2405746 or 9325275. OLE color: 9325275.

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

Color convert

RGB 219 74 142 -
CMYK 0 0.66 0.35 0.14
HSL 331.86º 0.67% 0.57% -
HSV(B) 331.86º 0.66% 0.86% -
XYZ 36.54 21.91 27.89 -
YUV 125.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 219 74 142 0 0.66 0.35 0.14 331.86 0.67 0.57
Hex DB 4A 8E 0 42 23 E 14C 43 39
Octal 333 112 216 0 102 43 16 514 103 71
Binary 11011011 1001010 10001110 0 1000010 100011 1110 101001100 1000011 111001

Color Harmonies of #DB4A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A8E

Black with #DB4A8E

Text Example


Text Example

White with #DB4A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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