#df7bb5

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

Shades of Persian Pink #DF7BB5

Tints of Persian Pink #DF7BB5

Color information

#DF7BB5 (or 0xDF7BB5) is unknown color: approx Persian Pink. HEX triplet: DF, 7B and B5. RGB value is (223,123,181). Sum of RGB (Red+Green+Blue) = 223+123+181=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BB5 is #20844A. Grayscale: #9F9F9F. Windows color (decimal): -2131019 or 11893727. OLE color: 11893727.

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

Color convert

RGB223123181-
CMYK00.450.190.13
HSL325.2º60.98%67.84%-
HSV(B)325.2º44.84%87.45%-
XYZ45.8533.1947.71-
YUV159.51140.13173.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 123 (48.44% from 255) = 23.34%
BLUE value IS 181 (71.09% from 255) = 34.35%
R=42.31%
G=23.34%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312318100.450.190.13325.260.9867.84
HexDF7BB502D13D1453d44
Octal337173265055231550575104
Binary1101111111110111011010101011011001111011010001011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7bb5; }

 p { color: rgb(223,123,181); }

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

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

 a { background-color: rgb(223,123,181); }

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

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

 span { border-color: rgb(223,123,181); }

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