#D66EB4

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

Shades of Persian Pink #D66EB4

Tints of Persian Pink #D66EB4

Color information

#D66EB4 (or 0xD66EB4) is unknown color: approx Persian Pink. HEX triplet: D6, 6E and B4. RGB value is (214,110,180). Sum of RGB (Red+Green+Blue) = 214+110+180=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D66EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66EB4 is #29914B. Grayscale: #949494. Windows color (decimal): -2724172 or 11824854. OLE color: 11824854.

HSL color Cylindrical-coordinate representation of color #D66EB4: hue angle of 319.62º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66EB4 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB214110180-
CMYK00.490.160.16
HSL319.62º55.91%63.53%-
HSV(B)319.62º48.6%83.92%-
XYZ41.5528.7446.54-
YUV149.08145.46174.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 110 (43.36% from 255) = 21.83%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=42.46%
G=21.83%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411018000.490.160.16319.6255.9163.53
HexD66EB403110101403840
Octal326156264061202050070100
Binary11010110110111010110100011000110000100001010000001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66EB4; }

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

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

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

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

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

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

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

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