#D67ABA

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

Shades of Persian Pink #D67ABA

Tints of Persian Pink #D67ABA

Color information

#D67ABA (or 0xD67ABA) is unknown color: approx Persian Pink. HEX triplet: D6, 7A and BA. RGB value is (214,122,186). Sum of RGB (Red+Green+Blue) = 214+122+186=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D67ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67ABA is #298545. Grayscale: #9C9C9C. Windows color (decimal): -2721094 or 12221142. OLE color: 12221142.

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

Color convert

RGB214122186-
CMYK00.430.130.16
HSL318.26º52.87%65.88%-
HSV(B)318.26º42.99%83.92%-
XYZ43.5531.7650.29-
YUV156.8144.48168.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=41.00%
G=23.37%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412218600.430.130.16318.2652.8765.88
HexD67ABA02BD1013e3542
Octal326172272053152047665102
Binary1101011011110101011101001010111101100001001111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67ABA; }

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

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

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

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

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

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

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

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