#DA88AA

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

Shades of Kobi #DA88AA

Tints of Kobi #DA88AA

Color information

#DA88AA (or 0xDA88AA) is unknown color: approx Kobi. HEX triplet: DA, 88 and AA. RGB value is (218,136,170). Sum of RGB (Red+Green+Blue) = 218+136+170=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA88AA is #257755. Grayscale: #A4A4A4. Windows color (decimal): -2455382 or 11176154. OLE color: 11176154.

HSL color Cylindrical-coordinate representation of color #DA88AA: hue angle of 335.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88AA is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218136170-
CMYK00.380.220.15
HSL335.12º52.56%69.41%-
HSV(B)335.12º37.61%85.49%-
XYZ44.9735.4242.5-
YUV164.39131.17166.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.60%
GREEN value IS 136 (53.52% from 255) = 25.95%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=41.60%
G=25.95%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813617000.380.220.15335.1252.5669.41
HexDA88AA02616F14f3545
Octal332210252046261751765105
Binary11011010100010001010101001001101011011111010011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88AA; }

 p { color: rgb(218,136,170); }

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

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

 a { background-color: rgb(218,136,170); }

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

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

 span { border-color: rgb(218,136,170); }

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