#DD4FA7

Color #DD4FA7 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #DD4FA7

Tints of Mulberry #DD4FA7

Color information

#DD4FA7 (or 0xDD4FA7) is unknown color: approx Mulberry. HEX triplet: DD, 4F and A7. RGB value is (221,79,167). Sum of RGB (Red+Green+Blue) = 221+79+167=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4FA7 is #22B058. Grayscale: #838383. Windows color (decimal): -2273369 or 10964957. OLE color: 10964957.

HSL color Cylindrical-coordinate representation of color #DD4FA7: hue angle of 322.82º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4FA7 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22179167-
CMYK00.640.240.13
HSL322.82º67.62%58.82%-
HSV(B)322.82º64.25%86.67%-
XYZ39.5923.7539.06-
YUV131.49148.04191.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 79 (31.25% from 255) = 16.92%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=47.32%
G=16.92%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217916700.640.240.13322.8267.6258.82
HexDD4FA704018D143443b
Octal3351172470100301550310473
Binary11011101100111110100111010000001100011011010000111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4FA7; }

 p { color: rgb(221,79,167); }

 H1.HeaderClassName
 {
   color: #DD4FA7;
 }
 .AnyTagClassName
 {
   color: #DD4FA7;
 }
</style>
background-color css

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

 a { background-color: rgb(221,79,167); }

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

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

 span { border-color: rgb(221,79,167); }

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