#D935AF

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

Shades of Persian Rose #D935AF

Tints of Persian Rose #D935AF

Color information

#D935AF (or 0xD935AF) is unknown color: approx Persian Rose. HEX triplet: D9, 35 and AF. RGB value is (217,53,175). Sum of RGB (Red+Green+Blue) = 217+53+175=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D935AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D935AF is #26CA50. Grayscale: #737373. Windows color (decimal): -2542161 or 11482585. OLE color: 11482585.

HSL color Cylindrical-coordinate representation of color #D935AF: hue angle of 315.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D935AF is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21753175-
CMYK00.760.190.15
HSL315.37º68.33%52.94%-
HSV(B)315.37º75.58%85.1%-
XYZ37.6320.3942.51-
YUV115.94161.33200.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.76%
GREEN value IS 53 (21.09% from 255) = 11.91%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=48.76%
G=11.91%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2175317500.760.190.15315.3768.3352.94
HexD935AF04C13F13b4435
Octal331652570114231747310465
Binary1101100111010110101111010011001001111111001110111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D935AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D935AF; }

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

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

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

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

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

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

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

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