#D67EB9

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

Shades of Persian Pink #D67EB9

Tints of Persian Pink #D67EB9

Color information

#D67EB9 (or 0xD67EB9) is unknown color: approx Persian Pink. HEX triplet: D6, 7E and B9. RGB value is (214,126,185). Sum of RGB (Red+Green+Blue) = 214+126+185=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EB9 is #298146. Grayscale: #9E9E9E. Windows color (decimal): -2720071 or 12156630. OLE color: 12156630.

HSL color Cylindrical-coordinate representation of color #D67EB9: hue angle of 319.77º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67EB9 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214126185-
CMYK00.410.140.16
HSL319.77º51.76%66.67%-
HSV(B)319.77º41.12%83.92%-
XYZ43.9532.7249.9-
YUV159.04142.65167.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=40.76%
G=24%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412618500.410.140.16319.7751.7666.67
HexD67EB9029E101403443
Octal326176271051162050064103
Binary1101011011111101011100101010011110100001010000001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EB9; }

 p { color: rgb(214,126,185); }

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

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

 a { background-color: rgb(214,126,185); }

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

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

 span { border-color: rgb(214,126,185); }

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