#DF7CBD

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

Shades of Persian Pink #DF7CBD

Tints of Persian Pink #DF7CBD

Color information

#DF7CBD (or 0xDF7CBD) is unknown color: approx Persian Pink. HEX triplet: DF, 7C and BD. RGB value is (223,124,189). Sum of RGB (Red+Green+Blue) = 223+124+189=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CBD is #208342. Grayscale: #A0A0A0. Windows color (decimal): -2130755 or 12418271. OLE color: 12418271.

HSL color Cylindrical-coordinate representation of color #DF7CBD: hue angle of 320.61º 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 #DF7CBD is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB223124189-
CMYK00.440.150.13
HSL320.61º60.74%68.04%-
HSV(B)320.61º44.39%87.45%-
XYZ46.8233.7852.2-
YUV161.01143.8172.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 124 (48.83% from 255) = 23.13%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=41.60%
G=23.13%
B=35.26%

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
Decimal22312418900.440.150.13320.6160.7468.04
HexDF7CBD02CFD1413d44
Octal337174275054171550175104
Binary110111111111100101111010101100111111011010000011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7CBD; }

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

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

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

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

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

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

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

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