#DC90B0

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

Shades of Kobi #DC90B0

Tints of Kobi #DC90B0

Color information

#DC90B0 (or 0xDC90B0) is unknown color: approx Kobi. HEX triplet: DC, 90 and B0. RGB value is (220,144,176). Sum of RGB (Red+Green+Blue) = 220+144+176=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC90B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC90B0 is #236F4F. Grayscale: #AAAAAA. Windows color (decimal): -2322256 or 11571420. OLE color: 11571420.

HSL color Cylindrical-coordinate representation of color #DC90B0: hue angle of 334.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC90B0 is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB220144176-
CMYK00.350.20.14
HSL334.74º52.05%71.37%-
HSV(B)334.74º34.55%86.27%-
XYZ47.3238.345.97-
YUV170.37131.18163.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 144 (56.64% from 255) = 26.67%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=40.74%
G=26.67%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014417600.350.20.14334.7452.0571.37
HexDC90B002314E14f3447
Octal334220260043241651764107
Binary11011100100100001011000001000111010011101010011111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90B0; }

 p { color: rgb(220,144,176); }

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

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

 a { background-color: rgb(220,144,176); }

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

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

 span { border-color: rgb(220,144,176); }

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