#DA7CB4

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

Shades of Persian Pink #DA7CB4

Tints of Persian Pink #DA7CB4

Color information

#DA7CB4 (or 0xDA7CB4) is unknown color: approx Persian Pink. HEX triplet: DA, 7C and B4. RGB value is (218,124,180). Sum of RGB (Red+Green+Blue) = 218+124+180=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CB4 is #25834B. Grayscale: #9E9E9E. Windows color (decimal): -2458444 or 11828442. OLE color: 11828442.

HSL color Cylindrical-coordinate representation of color #DA7CB4: hue angle of 324.26º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7CB4 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218124180-
CMYK00.430.170.15
HSL324.26º55.95%67.06%-
HSV(B)324.26º43.12%85.49%-
XYZ44.3632.6247.14-
YUV158.49140.14170.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 180 (70.70% from 255) = 34.48%
R=41.76%
G=23.75%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812418000.430.170.15324.2655.9567.06
HexDA7CB402B11F1443843
Octal332174264053211750470103
Binary1101101011111001011010001010111000111111010001001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7CB4; }

 p { color: rgb(218,124,180); }

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

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

 a { background-color: rgb(218,124,180); }

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

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

 span { border-color: rgb(218,124,180); }

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