#D67FB7

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

Shades of Persian Pink #D67FB7

Tints of Persian Pink #D67FB7

Color information

#D67FB7 (or 0xD67FB7) is unknown color: approx Persian Pink. HEX triplet: D6, 7F and B7. RGB value is (214,127,183). Sum of RGB (Red+Green+Blue) = 214+127+183=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FB7 is #298048. Grayscale: #9F9F9F. Windows color (decimal): -2719817 or 12025814. OLE color: 12025814.

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

Color convert

RGB214127183-
CMYK00.410.140.16
HSL321.38º51.48%66.86%-
HSV(B)321.38º40.65%83.92%-
XYZ43.8732.8948.84-
YUV159.4141.32166.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 127 (50% from 255) = 24.24%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=40.84%
G=24.24%
B=34.92%

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
Decimal21412718300.410.140.16321.3851.4866.86
HexD67FB7029E101413343
Octal326177267051162050163103
Binary1101011011111111011011101010011110100001010000011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FB7; }

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

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

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

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

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

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

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

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