#DC68B8

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

Shades of Persian Pink #DC68B8

Tints of Persian Pink #DC68B8

Color information

#DC68B8 (or 0xDC68B8) is unknown color: approx Persian Pink. HEX triplet: DC, 68 and B8. RGB value is (220,104,184). Sum of RGB (Red+Green+Blue) = 220+104+184=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68B8 is #239747. Grayscale: #939393. Windows color (decimal): -2332488 or 12085468. OLE color: 12085468.

HSL color Cylindrical-coordinate representation of color #DC68B8: hue angle of 318.62º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68B8 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220104184-
CMYK00.530.160.14
HSL318.62º62.37%63.53%-
HSV(B)318.62º52.73%86.27%-
XYZ43.1228.5848.59-
YUV147.8148.43179.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 104 (41.02% from 255) = 20.47%
BLUE value IS 184 (72.27% from 255) = 36.22%
R=43.31%
G=20.47%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010418400.530.160.14318.6262.3763.53
HexDC68B803510E13f3e40
Octal334150270065201647776100
Binary1101110011010001011100001101011000011101001111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC68B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC68B8; }

 p { color: rgb(220,104,184); }

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

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

 a { background-color: rgb(220,104,184); }

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

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

 span { border-color: rgb(220,104,184); }

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