#D67BB8

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

Shades of Persian Pink #D67BB8

Tints of Persian Pink #D67BB8

Color information

#D67BB8 (or 0xD67BB8) is unknown color: approx Persian Pink. HEX triplet: D6, 7B and B8. RGB value is (214,123,184). Sum of RGB (Red+Green+Blue) = 214+123+184=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D67BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67BB8 is #298447. Grayscale: #9D9D9D. Windows color (decimal): -2720840 or 12090326. OLE color: 12090326.

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

Color convert

RGB214123184-
CMYK00.430.140.16
HSL319.78º52.6%66.08%-
HSV(B)319.78º42.52%83.92%-
XYZ43.4731.9249.22-
YUV157.16143.15168.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 123 (48.44% from 255) = 23.61%
BLUE value IS 184 (72.27% from 255) = 35.32%
R=41.07%
G=23.61%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412318400.430.140.16319.7852.666.08
HexD67BB802BE101403542
Octal326173270053162050065102
Binary1101011011110111011100001010111110100001010000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67BB8; }

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

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

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

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

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

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

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

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