#DA8CB4

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

Shades of Kobi #DA8CB4

Tints of Kobi #DA8CB4

Color information

#DA8CB4 (or 0xDA8CB4) is unknown color: approx Kobi. HEX triplet: DA, 8C and B4. RGB value is (218,140,180). Sum of RGB (Red+Green+Blue) = 218+140+180=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CB4 is #25734B. Grayscale: #A7A7A7. Windows color (decimal): -2454348 or 11832538. OLE color: 11832538.

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

Color convert

RGB218140180-
CMYK00.360.170.15
HSL329.23º51.32%70.2%-
HSV(B)329.23º35.78%85.49%-
XYZ46.5336.9647.86-
YUV167.88134.84163.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=40.52%
G=26.02%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814018000.360.170.15329.2351.3270.2
HexDA8CB402411F1493346
Octal332214264044211751163106
Binary11011010100011001011010001001001000111111010010011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8CB4; }

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

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

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

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

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

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

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

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