#DB7DA8

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

Shades of Kobi #DB7DA8

Tints of Kobi #DB7DA8

Color information

#DB7DA8 (or 0xDB7DA8) is unknown color: approx Kobi. HEX triplet: DB, 7D and A8. RGB value is (219,125,168). Sum of RGB (Red+Green+Blue) = 219+125+168=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7DA8 is #248257. Grayscale: #9D9D9D. Windows color (decimal): -2392664 or 11042267. OLE color: 11042267.

HSL color Cylindrical-coordinate representation of color #DB7DA8: hue angle of 332.55º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7DA8 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB219125168-
CMYK00.430.230.14
HSL332.55º56.63%67.45%-
HSV(B)332.55º42.92%85.88%-
XYZ43.6132.5541.03-
YUV158.01133.64171.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=42.77%
G=24.41%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912516800.430.230.14332.5556.6367.45
HexDB7DA802B17E14d3943
Octal333175250053271651571103
Binary1101101111111011010100001010111011111101010011011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DA8; }

 p { color: rgb(219,125,168); }

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

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

 a { background-color: rgb(219,125,168); }

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

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

 span { border-color: rgb(219,125,168); }

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