Html Css Color HEX #DB43AD Mulberry

📋 copy color: '#DB43AD'

red 219 ◦ green 67 ◦ blue 173

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

Shades of Mulberry #DB43AD

Tints of Mulberry #DB43AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.6%

 BLUE value IS 173 (67.97% from 255) = 37.69%

R = 47.71%
G = 14.6%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB43AD (or 0xDB43AD) is known color: Mulberry. HEX triplet: DB, 43 and AD. RGB value is (219,67,173). Sum of RGB (Red+Green+Blue) = 219+67+173=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43AD is #24BC52. Grayscale: #7C7C7C. Windows color (decimal): -2407507 or 11355099. OLE color: 11355099.

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

Color convert

RGB 219 67 173 -
CMYK 0 0.69 0.21 0.14
HSL 318.16º 0.68% 0.56% -
HSV(B) 318.16º 0.69% 0.86% -
XYZ 38.76 22.09 41.76 -
YUV 124.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 219 67 173 0 0.69 0.21 0.14 318.16 0.68 0.56
Hex DB 43 AD 0 45 15 E 13E 44 38
Octal 333 103 255 0 105 25 16 476 104 70
Binary 11011011 1000011 10101101 0 1000101 10101 1110 100111110 1000100 111000

Color Harmonies of #DB43AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB43AD

Black with #DB43AD

Text Example


Text Example

White with #DB43AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB43AD; }

 p { color: rgb(219,67,173); }

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

background-color css

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

 a { background-color: rgb(219,67,173); }

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

border-color css

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

 span { border-color: rgb(219,67,173); }

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