#D67EB7

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

Shades of Persian Pink #D67EB7

Tints of Persian Pink #D67EB7

Color information

#D67EB7 (or 0xD67EB7) is unknown color: approx Persian Pink. HEX triplet: D6, 7E and B7. RGB value is (214,126,183). Sum of RGB (Red+Green+Blue) = 214+126+183=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EB7 is #298148. Grayscale: #9E9E9E. Windows color (decimal): -2720073 or 12025558. OLE color: 12025558.

HSL color Cylindrical-coordinate representation of color #D67EB7: hue angle of 321.14º 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 #D67EB7 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214126183-
CMYK00.410.140.16
HSL321.14º51.76%66.67%-
HSV(B)321.14º41.12%83.92%-
XYZ43.7432.6448.79-
YUV158.81141.65167.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 126 (49.61% from 255) = 24.09%
BLUE value IS 183 (71.88% from 255) = 34.99%
R=40.92%
G=24.09%
B=34.99%

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
Decimal21412618300.410.140.16321.1451.7666.67
HexD67EB7029E101413443
Octal326176267051162050164103
Binary1101011011111101011011101010011110100001010000011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67EB7; }

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

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

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

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

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

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

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

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