#DF7BBA

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

Shades of Persian Pink #DF7BBA

Tints of Persian Pink #DF7BBA

Color information

#DF7BBA (or 0xDF7BBA) is unknown color: approx Persian Pink. HEX triplet: DF, 7B and BA. RGB value is (223,123,186). Sum of RGB (Red+Green+Blue) = 223+123+186=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BBA is #208445. Grayscale: #9F9F9F. Windows color (decimal): -2131014 or 12221407. OLE color: 12221407.

HSL color Cylindrical-coordinate representation of color #DF7BBA: hue angle of 322.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 #DF7BBA is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB223123186-
CMYK00.450.170.13
HSL322.2º60.98%67.84%-
HSV(B)322.2º44.84%87.45%-
XYZ46.3833.450.46-
YUV160.08142.63172.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 123 (48.44% from 255) = 23.12%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=41.92%
G=23.12%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312318600.450.170.13322.260.9867.84
HexDF7BBA02D11D1423d44
Octal337173272055211550275104
Binary1101111111110111011101001011011000111011010000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7BBA; }

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

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

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

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

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

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

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

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