#D67CBA

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

Shades of Persian Pink #D67CBA

Tints of Persian Pink #D67CBA

Color information

#D67CBA (or 0xD67CBA) is unknown color: approx Persian Pink. HEX triplet: D6, 7C and BA. RGB value is (214,124,186). Sum of RGB (Red+Green+Blue) = 214+124+186=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CBA is #298345. Grayscale: #9D9D9D. Windows color (decimal): -2720582 or 12221654. OLE color: 12221654.

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

Color convert

RGB214124186-
CMYK00.420.130.16
HSL318.67º52.33%66.27%-
HSV(B)318.67º42.06%83.92%-
XYZ43.832.2650.37-
YUV157.98143.82167.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 124 (48.83% from 255) = 23.66%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=40.84%
G=23.66%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412418600.420.130.16318.6752.3366.27
HexD67CBA02AD1013f3442
Octal326174272052152047764102
Binary1101011011111001011101001010101101100001001111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67CBA; }

 p { color: rgb(214,124,186); }

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

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

 a { background-color: rgb(214,124,186); }

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

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

 span { border-color: rgb(214,124,186); }

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