#DF7CBE

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

Shades of Persian Pink #DF7CBE

Tints of Persian Pink #DF7CBE

Color information

#DF7CBE (or 0xDF7CBE) is unknown color: approx Persian Pink. HEX triplet: DF, 7C and BE. RGB value is (223,124,190). Sum of RGB (Red+Green+Blue) = 223+124+190=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CBE is #208341. Grayscale: #A0A0A0. Windows color (decimal): -2130754 or 12483807. OLE color: 12483807.

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

Color convert

RGB223124190-
CMYK00.440.150.13
HSL320º60.74%68.04%-
HSV(B)320º44.39%87.45%-
XYZ46.9333.8252.77-
YUV161.12144.3172.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 124 (48.83% from 255) = 23.09%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=41.53%
G=23.09%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312419000.440.150.1332060.7468.04
HexDF7CBE02CFD1403d44
Octal337174276054171550075104
Binary110111111111100101111100101100111111011010000001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CBE; }

 p { color: rgb(223,124,190); }

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

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

 a { background-color: rgb(223,124,190); }

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

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

 span { border-color: rgb(223,124,190); }

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