#D67DBB

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

Shades of Persian Pink #D67DBB

Tints of Persian Pink #D67DBB

Color information

#D67DBB (or 0xD67DBB) is unknown color: approx Persian Pink. HEX triplet: D6, 7D and BB. RGB value is (214,125,187). Sum of RGB (Red+Green+Blue) = 214+125+187=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D67DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67DBB is #298244. Grayscale: #9E9E9E. Windows color (decimal): -2720325 or 12287446. OLE color: 12287446.

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

Color convert

RGB214125187-
CMYK00.420.130.16
HSL318.2º52.05%66.47%-
HSV(B)318.2º41.59%83.92%-
XYZ44.0332.5550.98-
YUV158.68143.99167.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=40.68%
G=23.76%
B=35.55%

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
Decimal21412518700.420.130.16318.252.0566.47
HexD67DBB02AD1013e3442
Octal326175273052152047664102
Binary1101011011111011011101101010101101100001001111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67DBB; }

 p { color: rgb(214,125,187); }

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

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

 a { background-color: rgb(214,125,187); }

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

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

 span { border-color: rgb(214,125,187); }

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