#DD3FAD

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

Shades of Persian Rose #DD3FAD

Tints of Persian Rose #DD3FAD

Color information

#DD3FAD (or 0xDD3FAD) is unknown color: approx Persian Rose. HEX triplet: DD, 3F and AD. RGB value is (221,63,173). Sum of RGB (Red+Green+Blue) = 221+63+173=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3FAD is #22C052. Grayscale: #7A7A7A. Windows color (decimal): -2277459 or 11354077. OLE color: 11354077.

HSL color Cylindrical-coordinate representation of color #DD3FAD: hue angle of 318.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3FAD is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB22163173-
CMYK00.710.220.13
HSL318.23º69.91%55.69%-
HSV(B)318.23º71.49%86.67%-
XYZ39.1421.9441.71-
YUV122.78156.35198.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 63 (25% from 255) = 13.79%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=48.36%
G=13.79%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216317300.710.220.13318.2369.9155.69
HexDD3FAD04716D13e4638
Octal335772550107261547610670
Binary1101110111111110101101010001111011011011001111101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3FAD; }

 p { color: rgb(221,63,173); }

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

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

 a { background-color: rgb(221,63,173); }

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

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

 span { border-color: rgb(221,63,173); }

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