#DA6DB4

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

Shades of Persian Pink #DA6DB4

Tints of Persian Pink #DA6DB4

Color information

#DA6DB4 (or 0xDA6DB4) is unknown color: approx Persian Pink. HEX triplet: DA, 6D and B4. RGB value is (218,109,180). Sum of RGB (Red+Green+Blue) = 218+109+180=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DB4 is #25924B. Grayscale: #959595. Windows color (decimal): -2462284 or 11824602. OLE color: 11824602.

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

Color convert

RGB218109180-
CMYK00.50.170.15
HSL320.92º59.56%64.12%-
HSV(B)320.92º50%85.49%-
XYZ42.6229.1446.56-
YUV149.68145.11176.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 180 (70.70% from 255) = 35.50%
R=43.00%
G=21.50%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810918000.50.170.15320.9259.5664.12
HexDA6DB403211F1413c40
Octal332155264062211750174100
Binary1101101011011011011010001100101000111111010000011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6DB4; }

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

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

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

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

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

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

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

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