#DB7EAA

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

Shades of Kobi #DB7EAA

Tints of Kobi #DB7EAA

Color information

#DB7EAA (or 0xDB7EAA) is unknown color: approx Kobi. HEX triplet: DB, 7E and AA. RGB value is (219,126,170). Sum of RGB (Red+Green+Blue) = 219+126+170=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7EAA is #248155. Grayscale: #9E9E9E. Windows color (decimal): -2392406 or 11173595. OLE color: 11173595.

HSL color Cylindrical-coordinate representation of color #DB7EAA: hue angle of 331.61º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7EAA is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219126170-
CMYK00.420.220.14
HSL331.61º56.36%67.65%-
HSV(B)331.61º42.47%85.88%-
XYZ43.9332.8842.06-
YUV158.82134.31170.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.52%
GREEN value IS 126 (49.61% from 255) = 24.47%
BLUE value IS 170 (66.80% from 255) = 33.01%
R=42.52%
G=24.47%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912617000.420.220.14331.6156.3667.65
HexDB7EAA02A16E14c3844
Octal333176252052261651470104
Binary1101101111111101010101001010101011011101010011001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EAA; }

 p { color: rgb(219,126,170); }

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

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

 a { background-color: rgb(219,126,170); }

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

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

 span { border-color: rgb(219,126,170); }

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