#DC96B2

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

Shades of Kobi #DC96B2

Tints of Kobi #DC96B2

Color information

#DC96B2 (or 0xDC96B2) is unknown color: approx Kobi. HEX triplet: DC, 96 and B2. RGB value is (220,150,178). Sum of RGB (Red+Green+Blue) = 220+150+178=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96B2 is #23694D. Grayscale: #AEAEAE. Windows color (decimal): -2320718 or 11704028. OLE color: 11704028.

HSL color Cylindrical-coordinate representation of color #DC96B2: hue angle of 336º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96B2 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220150178-
CMYK00.320.190.14
HSL336º50%72.55%-
HSV(B)336º31.82%86.27%-
XYZ48.4640.2447.33-
YUV174.12130.19160.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 150 (58.98% from 255) = 27.37%
BLUE value IS 178 (69.92% from 255) = 32.48%
R=40.15%
G=27.37%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015017800.320.190.143365072.55
HexDC96B202013E1503249
Octal334226262040231652062111
Binary11011100100101101011001001000001001111101010100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC96B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC96B2; }

 p { color: rgb(220,150,178); }

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

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

 a { background-color: rgb(220,150,178); }

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

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

 span { border-color: rgb(220,150,178); }

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