#DA88AD

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

Shades of Kobi #DA88AD

Tints of Kobi #DA88AD

Color information

#DA88AD (or 0xDA88AD) is unknown color: approx Kobi. HEX triplet: DA, 88 and AD. RGB value is (218,136,173). Sum of RGB (Red+Green+Blue) = 218+136+173=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA88AD is #257752. Grayscale: #A4A4A4. Windows color (decimal): -2455379 or 11372762. OLE color: 11372762.

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

Color convert

RGB218136173-
CMYK00.380.210.15
HSL332.93º52.56%69.41%-
HSV(B)332.93º37.61%85.49%-
XYZ45.2635.5344.01-
YUV164.74132.67165.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=41.37%
G=25.81%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813617300.380.210.15332.9352.5669.41
HexDA88AD02615F14d3545
Octal332210255046251751565105
Binary11011010100010001010110101001101010111111010011011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88AD; }

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

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

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

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

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

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

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

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