#da7eb6

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

Shades of Persian Pink #DA7EB6

Tints of Persian Pink #DA7EB6

Color information

#DA7EB6 (or 0xDA7EB6) is unknown color: approx Persian Pink. HEX triplet: DA, 7E and B6. RGB value is (218,126,182). Sum of RGB (Red+Green+Blue) = 218+126+182=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EB6 is #258149. Grayscale: #9F9F9F. Windows color (decimal): -2457930 or 11960026. OLE color: 11960026.

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

Color convert

RGB218126182-
CMYK00.420.170.15
HSL323.48º55.42%67.45%-
HSV(B)323.48º42.2%85.49%-
XYZ44.8233.248.3-
YUV159.89140.48169.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=41.44%
G=23.95%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812618200.420.170.15323.4855.4267.45
HexDA7EB602A11F1433743
Octal332176266052211750367103
Binary1101101011111101011011001010101000111111010000111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da7eb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da7eb6; }

 p { color: rgb(218,126,182); }

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

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

 a { background-color: rgb(218,126,182); }

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

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

 span { border-color: rgb(218,126,182); }

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