Html Css Color HEX #DB42AE Mulberry

📋 copy color: '#DB42AE'

red 219 ◦ green 66 ◦ blue 174

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

Shades of Mulberry #DB42AE

Tints of Mulberry #DB42AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.38%

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

R = 47.71%
G = 14.38%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB42AE (or 0xDB42AE) is known color: Mulberry. HEX triplet: DB, 42 and AE. RGB value is (219,66,174). Sum of RGB (Red+Green+Blue) = 219+66+174=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB42AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB42AE is #24BD51. Grayscale: #7B7B7B. Windows color (decimal): -2407762 or 11420379. OLE color: 11420379.

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

Color convert

RGB 219 66 174 -
CMYK 0 0.70 0.21 0.14
HSL 317.65º 0.68% 0.56% -
HSV(B) 317.65º 0.7% 0.86% -
XYZ 38.8 22.01 42.25 -
YUV 124.06 156.19 195.72 -
System Red Green Blue C M Y K H S L
Decimal 219 66 174 0 0.70 0.21 0.14 317.65 0.68 0.56
Hex DB 42 AE 0 46 15 E 13E 44 38
Octal 333 102 256 0 106 25 16 476 104 70
Binary 11011011 1000010 10101110 0 1000110 10101 1110 100111110 1000100 111000

Color Harmonies of #DB42AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB42AE

Black with #DB42AE

Text Example


Text Example

White with #DB42AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB42AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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