#DE6CB2

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

Shades of Persian Pink #DE6CB2

Tints of Persian Pink #DE6CB2

Color information

#DE6CB2 (or 0xDE6CB2) is unknown color: approx Persian Pink. HEX triplet: DE, 6C and B2. RGB value is (222,108,178). Sum of RGB (Red+Green+Blue) = 222+108+178=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6CB2 is #21934D. Grayscale: #959595. Windows color (decimal): -2200398 or 11693278. OLE color: 11693278.

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

Color convert

RGB222108178-
CMYK00.510.200.13
HSL323.16º63.33%64.71%-
HSV(B)323.16º51.35%87.06%-
XYZ43.5229.4745.51-
YUV150.07143.77179.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 108 (42.58% from 255) = 21.26%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=43.70%
G=21.26%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210817800.510.200.13323.1663.3364.71
HexDE6CB203314D1433f41
Octal336154262063241550377101
Binary1101111011011001011001001100111010011011010000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6CB2; }

 p { color: rgb(222,108,178); }

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

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

 a { background-color: rgb(222,108,178); }

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

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

 span { border-color: rgb(222,108,178); }

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