#DD6EB4

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

Shades of Persian Pink #DD6EB4

Tints of Persian Pink #DD6EB4

Color information

#DD6EB4 (or 0xDD6EB4) is unknown color: approx Persian Pink. HEX triplet: DD, 6E and B4. RGB value is (221,110,180). Sum of RGB (Red+Green+Blue) = 221+110+180=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EB4 is #22914B. Grayscale: #979797. Windows color (decimal): -2265420 or 11824861. OLE color: 11824861.

HSL color Cylindrical-coordinate representation of color #DD6EB4: hue angle of 322.16º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6EB4 is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB221110180-
CMYK00.500.190.13
HSL322.16º62.01%64.9%-
HSV(B)322.16º50.23%86.67%-
XYZ43.6329.8246.64-
YUV151.17144.27177.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 110 (43.36% from 255) = 21.53%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=43.25%
G=21.53%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111018000.500.190.13322.1662.0164.9
HexDD6EB403213D1423e41
Octal335156264062231550276101
Binary1101110111011101011010001100101001111011010000101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6EB4; }

 p { color: rgb(221,110,180); }

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

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

 a { background-color: rgb(221,110,180); }

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

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

 span { border-color: rgb(221,110,180); }

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