#D67FBB

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

Shades of Persian Pink #D67FBB

Tints of Persian Pink #D67FBB

Color information

#D67FBB (or 0xD67FBB) is unknown color: approx Persian Pink. HEX triplet: D6, 7F and BB. RGB value is (214,127,187). Sum of RGB (Red+Green+Blue) = 214+127+187=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FBB is #298044. Grayscale: #9F9F9F. Windows color (decimal): -2719813 or 12287958. OLE color: 12287958.

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

Color convert

RGB214127187-
CMYK00.410.130.16
HSL318.62º51.48%66.86%-
HSV(B)318.62º40.65%83.92%-
XYZ44.2933.0651.06-
YUV159.85143.32166.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=40.53%
G=24.05%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412718700.410.130.16318.6251.4866.86
HexD67FBB029D1013f3343
Octal326177273051152047763103
Binary1101011011111111011101101010011101100001001111111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FBB; }

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

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

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

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

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

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

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

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