#d67fbc

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

Shades of Persian Pink #D67FBC

Tints of Persian Pink #D67FBC

Color information

#D67FBC (or 0xD67FBC) is unknown color: approx Persian Pink. HEX triplet: D6, 7F and BC. RGB value is (214,127,188). Sum of RGB (Red+Green+Blue) = 214+127+188=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FBC is #298043. Grayscale: #9F9F9F. Windows color (decimal): -2719812 or 12353494. OLE color: 12353494.

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

Color convert

RGB214127188-
CMYK00.410.120.16
HSL317.93º51.48%66.86%-
HSV(B)317.93º40.65%83.92%-
XYZ44.433.1151.63-
YUV159.97143.82166.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=40.45%
G=24.01%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412718800.410.120.16317.9351.4866.86
HexD67FBC029C1013e3343
Octal326177274051142047663103
Binary1101011011111111011110001010011100100001001111101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d67fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d67fbc; }

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

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

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

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

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

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

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

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