#DA7CBE

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

Shades of Persian Pink #DA7CBE

Tints of Persian Pink #DA7CBE

Color information

#DA7CBE (or 0xDA7CBE) is unknown color: approx Persian Pink. HEX triplet: DA, 7C and BE. RGB value is (218,124,190). Sum of RGB (Red+Green+Blue) = 218+124+190=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7CBE is #258341. Grayscale: #9F9F9F. Windows color (decimal): -2458434 or 12483802. OLE color: 12483802.

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

Color convert

RGB218124190-
CMYK00.430.130.15
HSL317.87º55.95%67.06%-
HSV(B)317.87º43.12%85.49%-
XYZ45.4233.0452.7-
YUV159.63145.14169.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 124 (48.83% from 255) = 23.31%
BLUE value IS 190 (74.61% from 255) = 35.71%
R=40.98%
G=23.31%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812419000.430.130.15317.8755.9567.06
HexDA7CBE02BDF13e3843
Octal332174276053151747670103
Binary110110101111100101111100101011110111111001111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7CBE; }

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

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

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

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

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

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

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

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