Html Css Color HEX #DB43A4 Mulberry

📋 copy color: '#DB43A4'

red 219 ◦ green 67 ◦ blue 164

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

Shades of Mulberry #DB43A4

Tints of Mulberry #DB43A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.44%

R = 48.67%
G = 14.89%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB43A4 (or 0xDB43A4) is known color: Mulberry. HEX triplet: DB, 43 and A4. RGB value is (219,67,164). Sum of RGB (Red+Green+Blue) = 219+67+164=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 164 (64.45% from 255 or 36.44% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB43A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB43A4 is #24BC5B. Grayscale: #7B7B7B. Windows color (decimal): -2407516 or 10765275. OLE color: 10765275.

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

Color convert

RGB 219 67 164 -
CMYK 0 0.69 0.25 0.14
HSL 321.71º 0.68% 0.56% -
HSV(B) 321.71º 0.69% 0.86% -
XYZ 37.92 21.75 37.32 -
YUV 123.51 150.86 196.11 -
System Red Green Blue C M Y K H S L
Decimal 219 67 164 0 0.69 0.25 0.14 321.71 0.68 0.56
Hex DB 43 A4 0 45 19 E 142 44 38
Octal 333 103 244 0 105 31 16 502 104 70
Binary 11011011 1000011 10100100 0 1000101 11001 1110 101000010 1000100 111000

Color Harmonies of #DB43A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB43A4

Black with #DB43A4

Text Example


Text Example

White with #DB43A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB43A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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