#D67CB8

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

Shades of Persian Pink #D67CB8

Tints of Persian Pink #D67CB8

Color information

#D67CB8 (or 0xD67CB8) is unknown color: approx Persian Pink. HEX triplet: D6, 7C and B8. RGB value is (214,124,184). Sum of RGB (Red+Green+Blue) = 214+124+184=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67CB8 is #298347. Grayscale: #9D9D9D. Windows color (decimal): -2720584 or 12090582. OLE color: 12090582.

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

Color convert

RGB214124184-
CMYK00.420.140.16
HSL320º52.33%66.27%-
HSV(B)320º42.06%83.92%-
XYZ43.5932.1749.26-
YUV157.75142.82168.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 184 (72.27% from 255) = 35.25%
R=41.00%
G=23.75%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412418400.420.140.1632052.3366.27
HexD67CB802AE101403442
Octal326174270052162050064102
Binary1101011011111001011100001010101110100001010000001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67CB8; }

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

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

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

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

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

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

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

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