#DA82B1

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

Shades of Kobi #DA82B1

Tints of Kobi #DA82B1

Color information

#DA82B1 (or 0xDA82B1) is unknown color: approx Kobi. HEX triplet: DA, 82 and B1. RGB value is (218,130,177). Sum of RGB (Red+Green+Blue) = 218+130+177=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA82B1 is #257D4E. Grayscale: #A1A1A1. Windows color (decimal): -2456911 or 11633370. OLE color: 11633370.

HSL color Cylindrical-coordinate representation of color #DA82B1: hue angle of 327.95º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA82B1 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218130177-
CMYK00.400.190.15
HSL327.95º54.32%68.24%-
HSV(B)327.95º40.37%85.49%-
XYZ44.8334.0545.8-
YUV161.67136.65168.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=41.52%
G=24.76%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813017700.400.190.15327.9554.3268.24
HexDA82B102813F1483644
Octal332202261050231751066104
Binary11011010100000101011000101010001001111111010010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82B1; }

 p { color: rgb(218,130,177); }

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

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

 a { background-color: rgb(218,130,177); }

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

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

 span { border-color: rgb(218,130,177); }

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