#DC97B2

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

Shades of Kobi #DC97B2

Tints of Kobi #DC97B2

Color information

#DC97B2 (or 0xDC97B2) is unknown color: approx Kobi. HEX triplet: DC, 97 and B2. RGB value is (220,151,178). Sum of RGB (Red+Green+Blue) = 220+151+178=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC97B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC97B2 is #23684D. Grayscale: #AEAEAE. Windows color (decimal): -2320462 or 11704284. OLE color: 11704284.

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

Color convert

RGB220151178-
CMYK00.310.190.14
HSL336.52º49.64%72.75%-
HSV(B)336.52º31.36%86.27%-
XYZ48.6240.5647.39-
YUV174.71129.86160.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=40.07%
G=27.50%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015117800.310.190.14336.5249.6472.75
HexDC97B201F13E1513249
Octal334227262037231652162111
Binary1101110010010111101100100111111001111101010100011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC97B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC97B2; }

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

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

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

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

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

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

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

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