#DD35AF

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

Shades of Persian Rose #DD35AF

Tints of Persian Rose #DD35AF

Color information

#DD35AF (or 0xDD35AF) is unknown color: approx Persian Rose. HEX triplet: DD, 35 and AF. RGB value is (221,53,175). Sum of RGB (Red+Green+Blue) = 221+53+175=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD35AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD35AF is #22CA50. Grayscale: #747474. Windows color (decimal): -2280017 or 11482589. OLE color: 11482589.

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

Color convert

RGB22153175-
CMYK00.760.210.13
HSL316.43º71.19%53.73%-
HSV(B)316.43º76.02%86.67%-
XYZ38.8321.0142.57-
YUV117.14160.66202.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.22%
GREEN value IS 53 (21.09% from 255) = 11.80%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=49.22%
G=11.80%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215317500.760.210.13316.4371.1953.73
HexDD35AF04C15D13c4736
Octal335652570114251547410766
Binary1101110111010110101111010011001010111011001111001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD35AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD35AF; }

 p { color: rgb(221,53,175); }

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

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

 a { background-color: rgb(221,53,175); }

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

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

 span { border-color: rgb(221,53,175); }

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