#D933AF

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

Shades of Persian Rose #D933AF

Tints of Persian Rose #D933AF

Color information

#D933AF (or 0xD933AF) is unknown color: approx Persian Rose. HEX triplet: D9, 33 and AF. RGB value is (217,51,175). Sum of RGB (Red+Green+Blue) = 217+51+175=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D933AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D933AF is #26CC50. Grayscale: #727272. Windows color (decimal): -2542673 or 11482073. OLE color: 11482073.

HSL color Cylindrical-coordinate representation of color #D933AF: hue angle of 315.18º degrees, saturation: 0.69, 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 #D933AF is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB21751175-
CMYK00.760.190.15
HSL315.18º68.6%52.55%-
HSV(B)315.18º76.5%85.1%-
XYZ37.5420.2142.48-
YUV114.77162200.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 51 (20.31% from 255) = 11.51%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=48.98%
G=11.51%
B=39.50%

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
Decimal2175117500.760.190.15315.1868.652.55
HexD933AF04C13F13b4535
Octal331632570114231747310565
Binary1101100111001110101111010011001001111111001110111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D933AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D933AF; }

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

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

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

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

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

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

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

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