#DF74C0

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

Shades of Persian Pink #DF74C0

Tints of Persian Pink #DF74C0

Color information

#DF74C0 (or 0xDF74C0) is unknown color: approx Persian Pink. HEX triplet: DF, 74 and C0. RGB value is (223,116,192). Sum of RGB (Red+Green+Blue) = 223+116+192=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74C0 is #208B3F. Grayscale: #9C9C9C. Windows color (decimal): -2132800 or 12612831. OLE color: 12612831.

HSL color Cylindrical-coordinate representation of color #DF74C0: hue angle of 317.38º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF74C0 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223116192-
CMYK00.480.140.13
HSL317.38º62.57%66.47%-
HSV(B)317.38º47.98%87.45%-
XYZ46.1931.9853.61-
YUV156.66147.95175.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=42.00%
G=21.85%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311619200.480.140.13317.3862.5766.47
HexDF74C0030ED13d3f42
Octal337164300060161547577102
Binary110111111110100110000000110000111011011001111011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF74C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF74C0; }

 p { color: rgb(223,116,192); }

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

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

 a { background-color: rgb(223,116,192); }

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

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

 span { border-color: rgb(223,116,192); }

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